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:
Avelino 2019-03-09 14:07:43 -03:00 committed by Kyle Carberry
parent ffb75b6801
commit e22e2c8b67
4 changed files with 19 additions and 11 deletions

View File

@ -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: ... -->

View File

@ -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: ... -->

View File

@ -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: ''
--- ---

View File

@ -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. -->