chore: update bug-report.yaml (#4780)

* chore: update bug-report.yml

Fix `OS/Web Information` section and don't render as Markdown

* chore: add repro steps to bug template
This commit is contained in:
Joe Previte 2022-01-24 14:58:26 -07:00 committed by GitHub
parent 8816ab93fe
commit 48bbbd6c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -26,9 +26,21 @@ body:
- Remote OS:
- Remote Architecture:
- `code-server --version`:
render: markdown
validations:
required: false
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: |
1. open code-server
2. install extension
3. run command
value: |
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: Expected