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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,5 @@
name: Bug report
description: Report incorrect or unexpected behavior of discord.js
title: 'Bug: <title>'
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

View file

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