diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9f99794..873fb2a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Report a Bug title: "[Bug]: " -description: Something not working as expected? Tell us more about the issue. +description: Is something not working as expected? Tell us more about the issue. type: "Bug" labels: - "bug" @@ -9,7 +9,7 @@ body: id: pre-flight attributes: label: Preflight Checklist - description: "Before submitting a bug report, please make sure you've done the following:" + description: "Before submitting an issue, please make sure you've done the following:" options: - label: I have installed the [latest version of GitHub Copilot for Azure in VS Code](https://github.com/microsoft/GitHub-Copilot-for-Azure/releases/latest). required: true @@ -26,7 +26,7 @@ body: id: app-version attributes: label: GitHub Copilot for Azure Version - description: In which GitHub Copilot for Azure version was this bug encountered? + description: Which GitHub Copilot for Azure version had this issue? placeholder: 1.0.0 validations: required: true @@ -35,7 +35,7 @@ body: id: regression attributes: label: Regression From - description: Was this working in a previous version? If so, which one? + description: Did you have this same issue in a previous version? If so, which one? placeholder: 1.0.0 - type: markdown @@ -46,7 +46,7 @@ body: id: platform attributes: label: Platform - description: What operating system and VS Code environment are you using? + description: Which operating system and VS Code environment are you using? placeholder: "Windows, Desktop App" - type: markdown @@ -56,8 +56,8 @@ body: - type: textarea id: description attributes: - label: Bug Description - description: Describe the actual experience of the bug. + label: Describe the Issue + description: What issue did you have? Such as "the extension fails to give a response and shows an error". validations: required: true @@ -65,7 +65,7 @@ body: id: repro attributes: label: Steps to Reproduce - description: Provide the minimal steps to reproduce the bug. + description: Can you share the steps to reproduce the issue? placeholder: | 1. Launch VS Code 2. Submit a prompt "repro prompt" to @azure @@ -76,7 +76,7 @@ body: id: expected attributes: label: Expected Experience - description: Describe what you expected to happen. + description: What had you expected would happen when you took those steps? - type: input id: context diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 31546ce..7214940 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Request a Feature title: "[Feature]: " -description: Have an idea that would make GitHub Copilot for Azure better? Let us know! +description: Have an idea that would make GitHub Copilot for Azure even better? Let us know! type: "Feature" labels: - "enhancement"