From e551730848d7f7629bcf512fe9d6b54743a20686 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 19 Sep 2019 03:29:23 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ .github/ISSUE_TEMPLATE/question.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 449b28d..67aa3ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,10 @@ --- name: Bug report about: Create a report to help GitLens improve +title: '' +labels: 'type: potential bug' +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c743a80..9988fb9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,10 @@ --- name: Feature request about: Suggest an idea for GitLens +title: '' +labels: 'type: feature' +assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 674dd18..70353af 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,10 @@ --- name: Question about: Ask a question about GitLens +title: '' +labels: 'type: question' +assignees: '' + ---