Shorten bug dropdown descriptions
This commit is contained in:
parent
66364429e3
commit
45e96ec3b0
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -75,7 +75,7 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Does this bug reproduce in native VS Code?
|
label: Does this bug reproduce in native VS Code?
|
||||||
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).
|
description: If the bug reproduces in native VS Code, submit the issue upstream instead (https://github.com/microsoft/vscode).
|
||||||
options:
|
options:
|
||||||
- Yes, this is also broken in native VS Code
|
- Yes, this is also broken in native VS Code
|
||||||
- No, this works as expected in native VS Code
|
- No, this works as expected in native VS Code
|
||||||
@ -87,7 +87,7 @@ body:
|
|||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Does this bug reproduce in GitHub Codespaces?
|
label: Does this bug reproduce in GitHub Codespaces?
|
||||||
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).
|
description: If the bug reproduces in GitHub Codespaces, submit the issue upstream instead (https://github.com/microsoft/vscode).
|
||||||
options:
|
options:
|
||||||
- Yes, this is also broken in GitHub Codespaces
|
- Yes, this is also broken in GitHub Codespaces
|
||||||
- No, this works as expected in GitHub Codespaces
|
- No, this works as expected in GitHub Codespaces
|
||||||
|
Reference in New Issue
Block a user