Skip to content

Commit d0215ec

Browse files
committed
Tweak bug report template
These checkboxes keep getting checked despite the submitter using an insecure context or not having tested upstream. I think two things are at play here: 1. Folks might be interpreting "cannot reproduce" as "did not reproduce" or "did not have time to reproduce". 2. The checkboxes are required to submit the issue so folks might be marking them just so they can get their issue submitted; maybe they are not even reading the checkboxes and are just seeing the error that they need to be marked and blindly marking them because while in some cases folks will add "I had to check this but it is not true", usually they say nothing. In any case, hopefully these changes make the checkboxes more accurate, and then if they are unchecked we can ask them to go reproduce in VS Code or use a secure context or whatever the case may be.
1 parent d6c5a4a commit d0215ec

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+11-7
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
2. install extension
3737
3. run command
3838
value: |
39-
1.
39+
1.
4040
2.
4141
3.
4242
validations:
@@ -67,19 +67,23 @@ body:
6767
- type: checkboxes
6868
attributes:
6969
label: Does this issue happen in VS Code or GitHub Codespaces?
70-
description: Please try reproducing this issue in VS Code or GitHub Codespaces
70+
description: Please try reproducing this issue in VS Code and GitHub Codespaces. If the bug reproduces in either VS Code or GitHub Codespaces, please submit the issue upstream instead (https://github.com/microsoft/vscode).
7171
options:
72-
- label: I cannot reproduce this in VS Code.
73-
required: true
74-
- label: I cannot reproduce this in GitHub Codespaces.
75-
required: true
72+
- label: I tested this in native VS Code.
73+
required: false
74+
- label: This does not happen in native VS Code.
75+
required: false
76+
- label: I tested this in GitHub Codespaces.
77+
required: false
78+
- label: This does not happen in GitHub Codespaces.
79+
required: false
7680
- type: checkboxes
7781
attributes:
7882
label: Are you accessing code-server over a secure context?
7983
description: code-server relies on service workers (which only work in secure contexts) for many features. Double-check that you are using a secure context like HTTPS or localhost.
8084
options:
8185
- label: I am using a secure context.
82-
required: true
86+
required: false
8387
- type: textarea
8488
attributes:
8589
label: Notes

0 commit comments

Comments
 (0)