We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8816ab9 commit 48bbbd6Copy full SHA for 48bbbd6
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -26,9 +26,21 @@ body:
26
- Remote OS:
27
- Remote Architecture:
28
- `code-server --version`:
29
- render: markdown
30
validations:
31
- required: false
+ required: true
+ - 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
44
- type: textarea
45
attributes:
46
label: Expected
0 commit comments