From 651ff81bd522c03b5c9724a3a8c14eeb88dcd6b9 Mon Sep 17 00:00:00 2001 From: Crawl Date: Sat, 13 Jul 2019 18:02:07 +0200 Subject: [PATCH] fix: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- .github/ISSUE_TEMPLATE/question---general-support-request.md | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2cfa22985..d5061af2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,9 @@ --- name: Bug report about: Report incorrect or unexpected behaviour of discord.js -labels: s: unverified, type: bug +title: '' +labels: 's: unverified, type: bug' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 45ef822bf..4d021ad36 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,9 @@ --- name: Feature request about: Request a feature for the core discord.js library -labels: type: enhancement +title: '' +labels: 'type: enhancement' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question---general-support-request.md b/.github/ISSUE_TEMPLATE/question---general-support-request.md index aa3153ea2..d2cef51f1 100644 --- a/.github/ISSUE_TEMPLATE/question---general-support-request.md +++ b/.github/ISSUE_TEMPLATE/question---general-support-request.md @@ -1,7 +1,9 @@ --- name: Question / General support request about: Ask for help in Discord instead - https://discord.gg/bRCvFy9 +title: '' labels: question (please use Discord instead) +assignees: '' ---