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:
parent
8816ab93fe
commit
48bbbd6c37
|
@ -26,9 +26,21 @@ body:
|
||||||
- Remote OS:
|
- Remote OS:
|
||||||
- Remote Architecture:
|
- Remote Architecture:
|
||||||
- `code-server --version`:
|
- `code-server --version`:
|
||||||
render: markdown
|
|
||||||
validations:
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected
|
label: Expected
|
||||||
|
|
Loading…
Reference in New Issue