Archived
1
0

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

View File

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

View File

@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project.
title: ''
labels: ''
labels: 'feature'
assignees: ''
---

View File

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