Archived
1
0

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
This commit is contained in:
Joe Previte 2022-06-13 12:51:30 -07:00 committed by GitHub
parent 2c1cf0259e
commit ba990668a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,11 +66,13 @@ body:
required: false
- type: checkboxes
attributes:
label: Does this issue happen in VS Code?
label: Does this issue happen in VS Code or GitHub Codespaces?
description: Please try reproducing this issue in VS Code
options:
- label: I cannot reproduce this in VS Code.
required: true
- label: I cannot reproduce this in GitHub Codespaces.
required: true
- type: checkboxes
attributes:
label: Are you accessing code-server over HTTPS?