From 79b1b2056294d25a6f3836b1b281fac4c42d65ea Mon Sep 17 00:00:00 2001 From: Rodry <38259440+ImRodry@users.noreply.github.com> Date: Sun, 26 Sep 2021 20:39:52 +0100 Subject: [PATCH] chore(IssueForms): remove default titles (#6659) Co-authored-by: Souji --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cd9980c50..efc8da5b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,5 @@ name: Bug report description: Report incorrect or unexpected behavior of discord.js -title: 'Bug: ' labels: [bug, need repro] body: - type: markdown @@ -27,7 +26,7 @@ body: - type: textarea id: codesample attributes: - label: Codesample + label: Code sample description: Include a reproducible, minimal code sample. This will be automatically formatted into code, so no need for backticks. render: typescript placeholder: | @@ -59,7 +58,9 @@ body: id: node-version attributes: label: Node.js version - description: Which version of Node.js are you using? Run `node --version` in your project directory and paste the output. + description: | + Which version of Node.js are you using? Run `node --version` in your project directory and paste the output. + If you are using TypeScript, please include its version (`npm list typescript`) as well. placeholder: Node.js version 16.6+ is required for version 13.0.0+ validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6ea63f7e7..33674fa2e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,5 @@ name: Feature request description: Request a new feature (documented features of the official Discord developer API only!) -title: 'Feature request: <title>' labels: [feature request] body: - type: markdown