From e0b999dd583b2f4ed83131799a6feedb8f046a4d Mon Sep 17 00:00:00 2001 From: Vidya Reddy <59590642+Vidya2606@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:22:00 -0700 Subject: [PATCH] syntax error fixes --- .github/ISSUE_TEMPLATE/bugReportForm.yml | 5 ++--- .github/ISSUE_TEMPLATE/featureRequestForm.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugReportForm.yml b/.github/ISSUE_TEMPLATE/bugReportForm.yml index 484c033..ec16d3c 100644 --- a/.github/ISSUE_TEMPLATE/bugReportForm.yml +++ b/.github/ISSUE_TEMPLATE/bugReportForm.yml @@ -4,7 +4,7 @@ title: 'Bug: ' labels: ['bug', 'triage'] assignees: '@Azure/aks-atlanta' body: - - type: input + - type: textarea id: What-happened attributes: label: What happened? @@ -27,11 +27,10 @@ body: placeholder: Mention the runner info (self-hosted, operating system) validations: required: true - - type: input + - type: textarea id: Logs attributes: label: Relevant log output description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs - render: shell validations: required: true diff --git a/.github/ISSUE_TEMPLATE/featureRequestForm.yml b/.github/ISSUE_TEMPLATE/featureRequestForm.yml index f58925e..79f245d 100644 --- a/.github/ISSUE_TEMPLATE/featureRequestForm.yml +++ b/.github/ISSUE_TEMPLATE/featureRequestForm.yml @@ -4,8 +4,8 @@ title: 'Feature Request: ' labels: ['Feature'] assignees: '@Azure/aks-atlanta' body: - - type: input - id: Feature request + - type: textarea + id: Feature_request attributes: label: Feature request description: Provide example functionality and links to relevant docs