Skip to content

Commit fa54af0

Browse files
avelinokylecarbs
authored andcommitted
Improve github issue template (#162)
- Simplify the user by opening an issue (giving direction) - Mark issue label - Markdown lint Signed-off-by: Avelino <[email protected]>
1 parent 2bce46c commit fa54af0

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug Report
33
about: Report problems and unexpected behavior.
44
title: ''
5-
labels: ''
5+
labels: 'bug'
66
assignees: ''
77
---
88

@@ -12,7 +12,11 @@ assignees: ''
1212
- `code-server` version: <!-- The version of code-server -->
1313
- OS Version: <!-- OS version, cloud provider, -->
1414

15-
#### Steps to Reproduce
15+
## Description
1616

17-
1.
18-
2.
17+
<!-- Describes the problem here -->
18+
19+
## Steps to Reproduce
20+
21+
1. <!-- step 1: click ... -->
22+
1. <!-- step 2: ... -->

.github/ISSUE_TEMPLATE/extension_bug.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ assignees: ''
1212
- OS Version: <!-- OS version, cloud provider, -->
1313
- Extension: <!-- Link to extension -->
1414

15-
#### Steps to Reproduce
15+
## Description
1616

17-
1.
18-
2.
17+
<!-- Describes the problem here -->
18+
19+
## Steps to Reproduce
20+
21+
1. <!-- step 1: click ... -->
22+
1. <!-- step 2: ... -->

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest an idea for this project.
44
title: ''
5-
labels: ''
5+
labels: 'feature'
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/question.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
name: Question
33
about: Ask a question.
44
title: ''
5-
labels: ''
5+
labels: 'question'
66
assignees: ''
77
---
88

99
<!-- Please search existing issues to avoid creating duplicates. -->
1010

11-
#### Description
11+
## Description
1212

1313
<!-- A description of the the question. -->
1414

15-
#### Related Issues
15+
## Related Issues
1616

1717
<!-- Any issues related to your question. -->

0 commit comments

Comments
 (0)