diff options
author | bunnei <bunneidev@gmail.com> | 2020-07-07 21:02:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 21:02:06 +0200 |
commit | 6ae0b83442e219f606ab15021ed7f4193bbbdbb6 (patch) | |
tree | 59f4b1987515f7bf949757e083a6e7bbb3016d46 /.github | |
parent | Merge pull request #4150 from ReinUsesLisp/dynamic-state-impl (diff) | |
parent | .github: add a new issue template (diff) | |
download | yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar.gz yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar.bz2 yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar.lz yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar.xz yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.tar.zst yuzu-6ae0b83442e219f606ab15021ed7f4193bbbdbb6.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-feature-request.md (renamed from .github/ISSUE_TEMPLATE.md) | 11 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
2 files changed, 18 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md index 70e1bba67..5706243bb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md @@ -1,4 +1,13 @@ -<!-- +--- +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: '' + +--- + +<!--- Please keep in mind yuzu is EXPERIMENTAL SOFTWARE. Please read the FAQ: 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. |