chore: github things

This commit is contained in:
Marcos Susaña 2024-03-11 19:12:43 -04:00
parent c97eb19869
commit 13c79bdc19
6 changed files with 2 additions and 29 deletions

View File

View File

@ -6,19 +6,6 @@ body:
attributes:
value: |
Use Discord for questions: https://discord.com/invite/XNw2RZFzaP
- type: dropdown
id: package
attributes:
label: Which package is this bug report for?
options:
- core
- api-types
- cache
- rest
- helpers
- ws
validations:
required: true
- type: textarea
id: description
attributes:
@ -47,11 +34,10 @@ body:
... Complete - Provide all parts someone else needs to reproduce your problem
... Reproducible - Test the code you're about to provide to make sure it reproduces the problem
- type: input
id: biscuit-version
id: seyfert-version
attributes:
label: Package version
description: Which version of are you using? Run `npm list <package>` in your project directory and paste the output.
placeholder: We no longer support version 0.1.+ of biscuit
validations:
required: true
- type: input
@ -61,7 +47,7 @@ body:
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 18.+ or 16.+ with experimental fetch is required to use this package
placeholder: Node.js version 18.+ or LTS
validations:
required: true
- type: input

View File

@ -8,19 +8,6 @@ body:
We can only implement features that Discord publishes, documents and merges into the Discord API documentation or for our utility packages.
We do not implement unreleased features.
Use Discord for questions: https://discord.com/invite/XNw2RZFzaP
- type: dropdown
id: package
attributes:
label: Which package is the feature request for?
options:
- core
- api-types
- cache
- rest
- helpers
- ws
validations:
required: true
- type: textarea
id: description
attributes:

0
.github/ROADMAP.md vendored
View File

0
.github/SECURITY.md vendored
View File

0
.github/SUPPORT.md vendored
View File