From 418f957332b0b65a5c7c388f90677efb6a886e2e Mon Sep 17 00:00:00 2001 From: Kowlin Date: Sat, 9 Nov 2019 19:54:41 +0100 Subject: [PATCH] Update the issue templates (#3109) This update will automatically attach the relevant labels to the dedicated issue templates. --- .github/ISSUE_TEMPLATE/command_bug.md | 3 +++ .github/ISSUE_TEMPLATE/feature_req.md | 3 +++ .github/ISSUE_TEMPLATE/other_bug.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/command_bug.md b/.github/ISSUE_TEMPLATE/command_bug.md index 4f68179c9..4701397ec 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.md +++ b/.github/ISSUE_TEMPLATE/command_bug.md @@ -1,6 +1,9 @@ --- name: Bug reports for commands about: For bugs that involve commands found within Red +title: '' +labels: 'Type: Bug' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_req.md b/.github/ISSUE_TEMPLATE/feature_req.md index f21474574..6bb6dc98f 100644 --- a/.github/ISSUE_TEMPLATE/feature_req.md +++ b/.github/ISSUE_TEMPLATE/feature_req.md @@ -1,6 +1,9 @@ --- name: Feature request about: For feature requests regarding Red itself. +title: '' +labels: 'Type: Feature' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/other_bug.md b/.github/ISSUE_TEMPLATE/other_bug.md index 20ce41318..46378506d 100644 --- a/.github/ISSUE_TEMPLATE/other_bug.md +++ b/.github/ISSUE_TEMPLATE/other_bug.md @@ -1,6 +1,9 @@ --- name: Bug report about: For bugs that don't involve a command. +title: '' +labels: 'Type: Bug' +assignees: '' ---