From 9ff3401133f9a085c6b8b009823bfab8f5a8894c Mon Sep 17 00:00:00 2001 From: tgsm Date: Sun, 24 May 2020 12:20:06 -0400 Subject: .github: add a new issue template --- .github/ISSUE_TEMPLATE.md | 31 ----------------- .../ISSUE_TEMPLATE/bug-report-feature-request.md | 40 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++++ 3 files changed, 48 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 70e1bba67..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md new file mode 100644 index 000000000..5706243bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md @@ -0,0 +1,40 @@ +--- +name: Bug Report / Feature Request +about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better. +title: '' +labels: '' +assignees: '' + +--- + + + + + + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..52faafad3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: yuzu Discord + url: https://discord.com/invite/u77vRWY + about: If you are experiencing an issue with yuzu, and you need tech support, or if you have a general question, try asking in the official yuzu 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. -- cgit v1.2.3