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