Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a44d9b

Browse files
committedJan 19, 2022
chore: clean up feature request template
1 parent 9c88e5e commit 1a44d9b

File tree

2 files changed

+70
-68
lines changed

2 files changed

+70
-68
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
1-
name: Bug Report
1+
name: Bug report
22
description: File a bug report
33
title: "[Bug]: "
44
labels: ["bug", "triage"]
55
body:
6-
- type: checkboxes
7-
attributes:
8-
label: Is there an existing issue for this?
9-
description: Please search to see if an issue already exists for the bug you encountered.
10-
options:
11-
- label: I have searched the existing issues
12-
required: true
13-
- type: textarea
14-
attributes:
15-
label: OS/Web Information
16-
description: |
17-
examples:
18-
- **Web Browser**: Chrome
19-
- **Local OS**: macOS
20-
- **Remote OS**: Ubuntu
21-
- **Remote Architecture**: amd64
22-
- **`code-server --version`**: 4.0.1
23-
value: |
6+
- type: checkboxes
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the bug you encountered.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: OS/Web Information
16+
description: |
17+
examples:
18+
- **Web Browser**: Chrome
19+
- **Local OS**: macOS
20+
- **Remote OS**: Ubuntu
21+
- **Remote Architecture**: amd64
22+
- **`code-server --version`**: 4.0.1
23+
value: |
2424
- Web Browser:
2525
- Local OS:
2626
- Remote OS:
2727
- Remote Architecture:
2828
- `code-server --version`:
29-
render: markdown
30-
validations:
31-
required: false
32-
- type: textarea
33-
attributes:
34-
label: Expected
35-
description: What should happen?
36-
validations:
37-
required: true
38-
- type: textarea
39-
attributes:
40-
label: Actual
41-
description: What actually happens?
42-
validations:
43-
required: true
44-
- type: textarea
29+
render: markdown
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: Expected
35+
description: What should happen?
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Actual
41+
description: What actually happens?
42+
validations:
43+
required: true
44+
- type: textarea
4545
id: logs
4646
attributes:
4747
label: Logs
4848
description: Run code-server with the --verbose flag and then paste any relevant logs from the server, from the browser console and/or the browser network tab. For issues with installation, include installation logs (i.e. output of `yarn global add code-server`).
49-
- type: textarea
50-
attributes:
51-
label: Screenshot/Video
52-
description: Please include a screenshot, gif or screen recording of your issue.
53-
validations:
54-
required: false
55-
- type: checkboxes
56-
attributes:
57-
label: Does this issue happen in VS Code?
58-
description: Please try reproducing this issue in VS Code
59-
options:
60-
- label: I cannot reproduce this in VS Code.
61-
required: true
62-
- type: checkboxes
63-
attributes:
64-
label: Are you accessing code-server over HTTPS?
65-
description: code-server relies on service workers for many features. Double-check that you are using HTTPS.
66-
options:
67-
- label: I am using HTTPS.
68-
required: true
69-
- type: textarea
70-
attributes:
71-
label: Notes
72-
description: Please include any addition notes that will help us resolve this issue.
73-
validations:
74-
required: false
49+
- type: textarea
50+
attributes:
51+
label: Screenshot/Video
52+
description: Please include a screenshot, gif or screen recording of your issue.
53+
validations:
54+
required: false
55+
- type: checkboxes
56+
attributes:
57+
label: Does this issue happen in VS Code?
58+
description: Please try reproducing this issue in VS Code
59+
options:
60+
- label: I cannot reproduce this in VS Code.
61+
required: true
62+
- type: checkboxes
63+
attributes:
64+
label: Are you accessing code-server over HTTPS?
65+
description: code-server relies on service workers for many features. Double-check that you are using HTTPS.
66+
options:
67+
- label: I am using HTTPS.
68+
required: true
69+
- type: textarea
70+
attributes:
71+
label: Notes
72+
description: Please include any addition notes that will help us resolve this issue.
73+
validations:
74+
required: false
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
name: Feature request
3-
about: Suggest an idea
4-
title: ""
5-
labels: feature
3+
about: Suggest an idea to improve code-server
4+
title: "[Feat]: "
5+
labels: enhancement
66
assignees: ""
77
---
88

9-
<!--
10-
Please search for existing issues before filing.
9+
## What is your suggestion?
1110

12-
Please describe the feature as clearly as possible!
13-
-->
11+
## Why do you want this feature?
12+
13+
## Are there any workarounds to get this functionality today?
14+
15+
## Are you interested in submitting a PR for this?

0 commit comments

Comments
 (0)
Please sign in to comment.