Skip to content

Commit ba99066

Browse files
authored
chore: update bug report template (#5261)
* chore: update bug report template Add an additional checkbox to the bug report template * Update .github/ISSUE_TEMPLATE/bug-report.yml
1 parent 2c1cf02 commit ba99066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ body:
6666
required: false
6767
- type: checkboxes
6868
attributes:
69-
label: Does this issue happen in VS Code?
69+
label: Does this issue happen in VS Code or GitHub Codespaces?
7070
description: Please try reproducing this issue in VS Code
7171
options:
7272
- label: I cannot reproduce this in VS Code.
7373
required: true
74+
- label: I cannot reproduce this in GitHub Codespaces.
75+
required: true
7476
- type: checkboxes
7577
attributes:
7678
label: Are you accessing code-server over HTTPS?

0 commit comments

Comments
 (0)