Improve github issue template (#162)
- Simplify the user by opening an issue (giving direction) - Mark issue label - Markdown lint Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
parent
ffb75b6801
commit
e22e2c8b67
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Bug Report
|
||||
about: Report problems and unexpected behavior.
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
@ -12,7 +12,11 @@ assignees: ''
|
||||
- `code-server` version: <!-- The version of code-server -->
|
||||
- OS Version: <!-- OS version, cloud provider, -->
|
||||
|
||||
#### Steps to Reproduce
|
||||
## Description
|
||||
|
||||
1.
|
||||
2.
|
||||
<!-- Describes the problem here -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. <!-- step 1: click ... -->
|
||||
1. <!-- step 2: ... -->
|
10
.github/ISSUE_TEMPLATE/extension_bug.md
vendored
10
.github/ISSUE_TEMPLATE/extension_bug.md
vendored
@ -12,7 +12,11 @@ assignees: ''
|
||||
- OS Version: <!-- OS version, cloud provider, -->
|
||||
- Extension: <!-- Link to extension -->
|
||||
|
||||
#### Steps to Reproduce
|
||||
## Description
|
||||
|
||||
1.
|
||||
2.
|
||||
<!-- Describes the problem here -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. <!-- step 1: click ... -->
|
||||
1. <!-- step 2: ... -->
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Feature Request
|
||||
about: Suggest an idea for this project.
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'feature'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
@ -2,16 +2,16 @@
|
||||
name: Question
|
||||
about: Ask a question.
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'question'
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!-- Please search existing issues to avoid creating duplicates. -->
|
||||
|
||||
#### Description
|
||||
## Description
|
||||
|
||||
<!-- A description of the the question. -->
|
||||
|
||||
#### Related Issues
|
||||
## Related Issues
|
||||
|
||||
<!-- Any issues related to your question. -->
|
Reference in New Issue
Block a user