Skip to content

Commit 9c53e24

Browse files
committed
chore: add repro steps to bug template
1 parent 2e1523d commit 9c53e24

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,20 @@ body:
2727
- Remote Architecture:
2828
- `code-server --version`:
2929
validations:
30-
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
3144
- type: textarea
3245
attributes:
3346
label: Expected

0 commit comments

Comments
 (0)