mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
chore(IssueForms): remove default titles (#6659)
Co-authored-by: Souji <timoqueezle@gmail.com>
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
description: Report incorrect or unexpected behavior of discord.js
|
description: Report incorrect or unexpected behavior of discord.js
|
||||||
title: 'Bug: <title>'
|
|
||||||
labels: [bug, need repro]
|
labels: [bug, need repro]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@@ -27,7 +26,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: codesample
|
id: codesample
|
||||||
attributes:
|
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.
|
description: Include a reproducible, minimal code sample. This will be automatically formatted into code, so no need for backticks.
|
||||||
render: typescript
|
render: typescript
|
||||||
placeholder: |
|
placeholder: |
|
||||||
@@ -59,7 +58,9 @@ body:
|
|||||||
id: node-version
|
id: node-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Node.js version
|
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+
|
placeholder: Node.js version 16.6+ is required for version 13.0.0+
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
name: Feature request
|
name: Feature request
|
||||||
description: Request a new feature (documented features of the official Discord developer API only!)
|
description: Request a new feature (documented features of the official Discord developer API only!)
|
||||||
title: 'Feature request: <title>'
|
|
||||||
labels: [feature request]
|
labels: [feature request]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user