From 4069d009d1a99393ec53a0e8bbcbbefa2c7765d2 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Thu, 11 Jul 2019 13:59:19 +0300 Subject: [PATCH] misc: automatically add labels to issues that use a template (#3367) * misc: Automatically add labels to issues that use the template * misc: Ditto * misc: DITTO --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/question---general-support-request.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d78410ccb..2cfa22985 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Report incorrect or unexpected behaviour of discord.js +labels: s: unverified, type: bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ee9d888af..45ef822bf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Request a feature for the core discord.js library +labels: type: enhancement --- diff --git a/.github/ISSUE_TEMPLATE/question---general-support-request.md b/.github/ISSUE_TEMPLATE/question---general-support-request.md index 8ec717c90..aa3153ea2 100644 --- a/.github/ISSUE_TEMPLATE/question---general-support-request.md +++ b/.github/ISSUE_TEMPLATE/question---general-support-request.md @@ -1,6 +1,7 @@ --- name: Question / General support request about: Ask for help in Discord instead - https://discord.gg/bRCvFy9 +labels: question (please use Discord instead) ---