diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index e69de29..0000000 diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 44b2d47..77cf0c6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 ` 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 92c20c2..0a3de48 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: diff --git a/.github/ROADMAP.md b/.github/ROADMAP.md deleted file mode 100644 index e69de29..0000000 diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index e69de29..0000000 diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md deleted file mode 100644 index e69de29..0000000