Skip to content

Commit 48bbbd6

Browse files
authored
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
1 parent 8816ab9 commit 48bbbd6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,21 @@ body:
2626
- Remote OS:
2727
- Remote Architecture:
2828
- `code-server --version`:
29-
render: markdown
3029
validations:
31-
required: false
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Steps to Reproduce
34+
description: |
35+
1. open code-server
36+
2. install extension
37+
3. run command
38+
value: |
39+
1.
40+
2.
41+
3.
42+
validations:
43+
required: true
3244
- type: textarea
3345
attributes:
3446
label: Expected

0 commit comments

Comments
 (0)