chore(IssueForms): remove default titles (#6659)

Co-authored-by: Souji <timoqueezle@gmail.com>
This commit is contained in:
Rodry
2021-09-26 20:39:52 +01:00
committed by GitHub
parent 60b8ba6b86
commit 79b1b20562
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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