.github: add a new issue template
This commit is contained in:
parent
b05795d704
commit
9ff3401133
2 changed files with 18 additions and 1 deletions
|
@ -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 keep in mind yuzu is EXPERIMENTAL SOFTWARE.
|
||||||
|
|
||||||
Please read the FAQ:
|
Please read the FAQ:
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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.
|
Loading…
Reference in a new issue