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: attributes:
value: | value: |
Use Discord for questions: https://discord.com/invite/XNw2RZFzaP 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 - type: textarea
id: description id: description
attributes: attributes:
@ -47,11 +34,10 @@ body:
... Complete - Provide all parts someone else needs to reproduce your problem ... 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 ... Reproducible - Test the code you're about to provide to make sure it reproduces the problem
- type: input - type: input
id: biscuit-version id: seyfert-version
attributes: attributes:
label: Package version label: Package version
description: Which version of are you using? Run `npm list <package>` in your project directory and paste the output. 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: validations:
required: true required: true
- type: input - type: input
@ -61,7 +47,7 @@ body:
description: | description: |
Which version of Node.js are you using? Run `node --version` in your project directory and paste the output. 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. 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: validations:
required: true required: true
- type: input - 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 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. We do not implement unreleased features.
Use Discord for questions: https://discord.com/invite/XNw2RZFzaP 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 - type: textarea
id: description id: description
attributes: attributes:

0
.github/ROADMAP.md vendored
View File

0
.github/SECURITY.md vendored
View File

0
.github/SUPPORT.md vendored
View File