From e7e3dd5417035fbc7bb46595b71061a7b520fa39 Mon Sep 17 00:00:00 2001 From: Vidya Reddy Date: Thu, 4 Aug 2022 12:39:56 +0530 Subject: [PATCH] fixes --- .github/ISSUE_TEMPLATE/bugReportForm.yml | 22 +++++++++---------- .github/ISSUE_TEMPLATE/featureRequestForm.yml | 6 ++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugReportForm.yml b/.github/ISSUE_TEMPLATE/bugReportForm.yml index 43f6061..90ee675 100644 --- a/.github/ISSUE_TEMPLATE/bugReportForm.yml +++ b/.github/ISSUE_TEMPLATE/bugReportForm.yml @@ -5,24 +5,24 @@ labels: ['bug', 'triage'] assignees: '@Azure/aks-atlanta' body: - type: input - id: what-happened + id: What-happened attributes: - label: what happened? - description: also tell us what did you expect to happen? - placeholder: tell us what you see! + label: What happened? + description: Tell us what did you expect to happen? + placeholder: Tell us what you see! validations: required: true - type: input - id: runner + id: Runner attributes: - label: runner - description: what runner are you using? - placeholder: mention the runner info (self-hosted, operating system) + label: Runner + description: What runner are you using? + placeholder: Mention the runner info (self-hosted, operating system) validations: required: true - type: input - id: logs + 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 + 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 diff --git a/.github/ISSUE_TEMPLATE/featureRequestForm.yml b/.github/ISSUE_TEMPLATE/featureRequestForm.yml index 5ecc78d..f58925e 100644 --- a/.github/ISSUE_TEMPLATE/featureRequestForm.yml +++ b/.github/ISSUE_TEMPLATE/featureRequestForm.yml @@ -5,9 +5,9 @@ labels: ['Feature'] assignees: '@Azure/aks-atlanta' body: - type: input - id: feature request + id: Feature request attributes: - label: feature request - description: also tell us the example functionality and links to relevant docs + label: Feature request + description: Provide example functionality and links to relevant docs validations: required: true