Skip to content

Commit c7d69bb

Browse files
authored
Merge branch 'main' into jsjoeio-clean-up-npm
2 parents 6761a8f + 48bbbd6 commit c7d69bb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 14 additions & 2 deletions
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)