From 4f7122d6f09f87930ccd7dae7c557f4b236bbc4b Mon Sep 17 00:00:00 2001 From: Smol Ame <155411819+Smol-Ame@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:44:00 -0800 Subject: [PATCH] Tweak and adjust issue template (#1817) Co-authored-by: BrutuZ --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/report_issue.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9f0508ef1..c63c55cd2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: ❌ Help with Extensions + url: https://mihon.app/docs/faq/browse/extensions + about: For extension-related questions/issues - name: 🖥️ Mihon website url: https://mihon.app/ about: Guides, troubleshooting, and answers to common questions diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 8978e6694..3294ba9b0 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -100,5 +100,5 @@ body: required: true - label: I have filled out all of the requested information in this form, including specific version numbers. required: true - - label: I understand that extensions are unaffiliated to Mihon, and will not receive any help for any source and/or extension-related issues. + - label: I understand that **Mihon does not have or fix any extensions**, and I **will not receive help** for any issues related to sources or extensions. required: true