From 13c79bdc19ec61f716e0b2f9e6a6910fbcc1a62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Susa=C3=B1a?= Date: Mon, 11 Mar 2024 19:12:43 -0400 Subject: [PATCH] chore: github things --- .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE/bug-report.yml | 18 ++---------------- .github/ISSUE_TEMPLATE/feature_request.yml | 13 ------------- .github/ROADMAP.md | 0 .github/SECURITY.md | 0 .github/SUPPORT.md | 0 6 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/ROADMAP.md delete mode 100644 .github/SECURITY.md delete mode 100644 .github/SUPPORT.md 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