From f03235e14ef614d686202aceb43d2034b73f4b2b Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Wed, 1 Sep 2021 11:44:03 -0600 Subject: [PATCH] Remove "Other" ISSUE_TEMPLATE, in lieu of config change pointing to discussions --- .github/ISSUE_TEMPLATE/4-other.yml | 27 --------------------------- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/4-other.yml diff --git a/.github/ISSUE_TEMPLATE/4-other.yml b/.github/ISSUE_TEMPLATE/4-other.yml deleted file mode 100644 index bb45765..0000000 --- a/.github/ISSUE_TEMPLATE/4-other.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Other -description: Anything else that does not fit the other templates. Blank issues are not permitted. -title: "[DISCUSS] Title here" -labels: - - other -body: - - type: markdown - attributes: - value: | - ## Have a question or other topic of discussion that isn't adding/removing/modifying an alternative? - - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: "**I have read the guidelines in [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md)**" - required: true - - label: Include my name in [CONTRIBUTORS.md](../blob/master/CONTRIBUTORS.md) - - label: I am affiliated with this alternative - - type: textarea - id: details - attributes: - label: Details - description: Describe your issue - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3390117..b055fe6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - - name: Other/Discussions + - name: Other url: https://github.com/tycrek/degoogle/discussions about: > Have a question or other topic of discussion that isn't adding/removing/modifying an alternative? - The "Discussions" forum is where you want to start. \ No newline at end of file + The "Discussions" forum is where you want to start.