From 39284db8d1ca2873093dff43062504e881685fcf Mon Sep 17 00:00:00 2001 From: jmug Date: Wed, 4 Mar 2026 14:12:40 -0800 Subject: [PATCH] [chore] Remove old templates. --- .github/ISSUE_TEMPLATE/bug.yml | 66 ------------------------------ .github/ISSUE_TEMPLATE/config.yml | 7 ---- .github/ISSUE_TEMPLATE/feature.yml | 24 ----------- .github/pull_request_template.md | 7 ---- 4 files changed, 104 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml delete mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index cc081e8c..00000000 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,66 +0,0 @@ -name: Bug report -description: File a bug report -title: "bug: " -labels: ["bug"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: textarea - id: what-happened - attributes: - label: What happened? - description: What did you expect to happen? - validations: - required: true - - type: dropdown - id: branch - attributes: - label: Branch - description: What branch of Revolt are you using? - options: - - Production (app.revolt.chat) - - Nightly (nightly.revolt.chat) - validations: - required: true - - type: textarea - id: commit-hash - attributes: - label: Commit hash - description: What is your commit hash? You can find this at the bottom of Settings, next to the branch name. - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - Other (please specify in the "What happened" form) - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. (To get this, press `CTRL`- or `CMD`-`SHIFT`-`I` and navigate to the "Console" tab.) - render: shell - - type: checkboxes - id: desktop - attributes: - label: Desktop - description: Is this bug specific to [the desktop client](https://github.com/revoltchat/desktop)? (If not, leave this unchecked.) - options: - - label: Yes, this bug is specific to Revolt Desktop and is *not* an issue with Revolt Desktop itself. - required: false - - type: checkboxes - id: pwa - attributes: - label: PWA - description: Is this bug specific to the PWA (i.e. "installing" the web app on iOS or Android)? (If not, leave this unchecked.) - options: - - label: Yes, this bug is specific to the PWA. - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ad0d5488..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,7 +0,0 @@ -contact_links: - - name: Lounge Chat - url: https://rvlt.gg/Testers - about: Ask questions and discuss with others. - - name: Discussions - url: https://github.com/orgs/revoltchat/discussions - about: For larger feature requests and general question & answer. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 9ddf3e26..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Feature request -description: Make a feature request -title: "feature request: " -labels: ["enhancement"] -body: - - type: markdown - attributes: - value: | - Before you start, a lot of bigger features may be better suited as [API issues](https://github.com/revoltchat/delta/issues/new) or [centralised discussions](https://github.com/revoltchat/revolt/discussions/new). - - type: textarea - id: your-idea - attributes: - label: What do you want to see? - description: Describe your idea in as much detail as possible - if applicable, screenshots/mockups are really useful. - validations: - required: true - - type: checkboxes - id: pwa - attributes: - label: PWA - description: Is this feature request specific to the PWA (i.e. "installing" the web app on iOS or Android)? (If not, leave this unchecked.) - options: - - label: Yes, this feature request is specific to the PWA. - required: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index e2666100..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ -## Please make sure to check the following tasks before opening and submitting a PR - -* [ ] I understand and have followed the [contribution guide](https://developers.revolt.chat/contrib.html) -* [ ] I have tested my changes locally and they are working as intended -* [ ] These changes do not have any notable side effects on other Revolt projects -* [ ] (optional) I have opened a pull request on [the translation repository](https://github.com/revoltchat/translations) -* [ ] I have included screenshots to demonstrate my changes