From e22e2c8b67d4a2b33309f746131cc7624a17b72a Mon Sep 17 00:00:00 2001 From: Avelino Date: Sat, 9 Mar 2019 14:07:43 -0300 Subject: [PATCH] Improve github issue template (#162) - Simplify the user by opening an issue (giving direction) - Mark issue label - Markdown lint Signed-off-by: Avelino --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++---- .github/ISSUE_TEMPLATE/extension_bug.md | 10 +++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 6 +++--- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 139c4bbcb..50e90f1f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: - OS Version: -#### Steps to Reproduce +## Description -1. -2. + + +## Steps to Reproduce + +1. +1. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/extension_bug.md b/.github/ISSUE_TEMPLATE/extension_bug.md index 09e5c47f9..7c30b9479 100644 --- a/.github/ISSUE_TEMPLATE/extension_bug.md +++ b/.github/ISSUE_TEMPLATE/extension_bug.md @@ -12,7 +12,11 @@ assignees: '' - OS Version: - Extension: -#### Steps to Reproduce +## Description -1. -2. + + +## Steps to Reproduce + +1. +1. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 47b7dbd36..b33f67bc7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest an idea for this project. title: '' -labels: '' +labels: 'feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 119c6b690..3c234cd1c 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,16 +2,16 @@ name: Question about: Ask a question. title: '' -labels: '' +labels: 'question' assignees: '' --- -#### Description +## Description -#### Related Issues +## Related Issues \ No newline at end of file