Skip to content

Commit 45e96ec

Browse files
committed
Shorten bug dropdown descriptions
1 parent 6636442 commit 45e96ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ body:
7575
- type: dropdown
7676
attributes:
7777
label: Does this bug reproduce in native VS Code?
78-
description: Please try reproducing this issue in native VS Code, if possible. If the bug reproduces in native VS Code, please submit the issue upstream instead (https://github.com/microsoft/vscode).
78+
description: If the bug reproduces in native VS Code, submit the issue upstream instead (https://github.com/microsoft/vscode).
7979
options:
8080
- Yes, this is also broken in native VS Code
8181
- No, this works as expected in native VS Code
@@ -87,7 +87,7 @@ body:
8787
- type: dropdown
8888
attributes:
8989
label: Does this bug reproduce in GitHub Codespaces?
90-
description: Please try reproducing this issue in GitHub Codespaces, if possible. If the bug reproduces in GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode).
90+
description: If the bug reproduces in GitHub Codespaces, submit the issue upstream instead (https://github.com/microsoft/vscode).
9191
options:
9292
- Yes, this is also broken in GitHub Codespaces
9393
- No, this works as expected in GitHub Codespaces

0 commit comments

Comments
 (0)