Compare commits

...

4 commits

Author SHA1 Message Date
Alex Weininger 8b286657b0
Update bug.yaml 2021-08-18 17:41:48 -07:00
Alex Weininger 6a2fbb956b
Update bug.yaml 2021-08-18 17:41:22 -07:00
Alex Weininger f9d42ad703
Update bug.yaml 2021-08-18 17:40:59 -07:00
Alex Weininger e76dbc9e89
Create bug.yaml 2021-08-18 17:25:27 -07:00

48
.github/ISSUE_TEMPLATE/bug.yaml vendored Normal file
View file

@ -0,0 +1,48 @@
name: Bug Report
description: File a bug report
title: "[Bug] "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
render: bash
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of VS Code are you using?
options:
- Stable (Default)
- Insiders
validations:
required: true
- type: dropdown
id: os
attributes:
label: What operating system are you seeing the problem on?
multiple: true
options:
- All
- Windows
- macOS
- Linux
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell