Skip to content

Commit

Permalink
Modify strings to incorporate designer feedback (#143)
Browse files Browse the repository at this point in the history
* Modify strings to incorporate designer feedback

* Additional feedback
  • Loading branch information
JasonYeMSFT authored Feb 5, 2025
1 parent 6f8a71d commit e88512a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -56,16 +56,16 @@ 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

- type: textarea
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e88512a

Please sign in to comment.