From 4360a0ba6864e6712251afce88330eb4113c3fa0 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 21 Nov 2024 13:01:06 +0000 Subject: [PATCH] github: Updated issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/config.yml | 9 +++------ .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e52bf52d4..bcca38a60 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,7 +4,7 @@ labels: ["bug"] body: - type: markdown attributes: - value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Citra. + value: Tech support does not belong here. You should only file an issue here if you think you have experienced a bug in Azahar. - type: checkboxes attributes: label: Is there an existing issue for this? @@ -16,7 +16,7 @@ body: attributes: label: Affected Build(s) description: List the affected build(s) that this issue applies to. - placeholder: Nightly 1234 / Canary 1234 + placeholder: 1234 validations: required: true - type: textarea @@ -44,7 +44,7 @@ body: id: log attributes: label: Log File - description: A log file will help our developers to better diagnose and fix the issue. Instructions can be found [here](https://community.citra-emu.org/t/how-to-upload-the-log-file/296). + description: A log file will help our developers to better diagnose and fix the issue. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 88575a335..40bf8f122 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Citra Discord - url: https://citra-emu.org/discord/ - about: If you are experiencing an issue with Citra, and you need tech support, or if you have a general question, try asking in the official Citra Discord linked here. Piracy is not allowed. - - name: Community forums - url: https://community.citra-emu.org - about: This is an alternative place for tech support, however helpers there are not as active. + - name: Azahar Discord + url: https://discord.com/invite/4ZjMpAp3M6 + about: If you are experiencing an issue and you need support, or if you have a general question, try asking in the official Discord linked here. *Discussion of piracy is not allowed.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b899fbfc6..82ed5ae5e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,7 +4,7 @@ labels: ["enhancement"] body: - type: markdown attributes: - value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make Citra better. + value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make Azahar better. - type: checkboxes attributes: label: Is there an existing issue for this? @@ -23,6 +23,6 @@ body: id: why-feature attributes: label: Why would this feature be useful? - description: A brief description of why this feature would make Citra better. + description: A brief description of why this feature would make Azahar better. validations: required: true