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
|
name: Bug Report
|
||||||
about: Report problems and unexpected behavior.
|
about: Report problems and unexpected behavior.
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -12,7 +12,11 @@ assignees: ''
|
|||||||
- `code-server` version: <!-- The version of code-server -->
|
- `code-server` version: <!-- The version of code-server -->
|
||||||
- OS Version: <!-- OS version, cloud provider, -->
|
- OS Version: <!-- OS version, cloud provider, -->
|
||||||
|
|
||||||
#### Steps to Reproduce
|
## Description
|
||||||
|
|
||||||
1.
|
<!-- Describes the problem here -->
|
||||||
2.
|
|
||||||
|
## 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, -->
|
- OS Version: <!-- OS version, cloud provider, -->
|
||||||
- Extension: <!-- Link to extension -->
|
- Extension: <!-- Link to extension -->
|
||||||
|
|
||||||
#### Steps to Reproduce
|
## Description
|
||||||
|
|
||||||
1.
|
<!-- Describes the problem here -->
|
||||||
2.
|
|
||||||
|
## 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
|
name: Feature Request
|
||||||
about: Suggest an idea for this project.
|
about: Suggest an idea for this project.
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'feature'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
@ -2,16 +2,16 @@
|
|||||||
name: Question
|
name: Question
|
||||||
about: Ask a question.
|
about: Ask a question.
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'question'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Please search existing issues to avoid creating duplicates. -->
|
<!-- Please search existing issues to avoid creating duplicates. -->
|
||||||
|
|
||||||
#### Description
|
## Description
|
||||||
|
|
||||||
<!-- A description of the the question. -->
|
<!-- A description of the the question. -->
|
||||||
|
|
||||||
#### Related Issues
|
## Related Issues
|
||||||
|
|
||||||
<!-- Any issues related to your question. -->
|
<!-- Any issues related to your question. -->
|
Loading…
Reference in New Issue
Block a user