summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authortgsm <doodrabbit@hotmail.com>2020-05-24 18:20:06 +0200
committerFearlessTobi <thm.frey@gmail.com>2020-06-28 20:46:46 +0200
commit9ff3401133f9a085c6b8b009823bfab8f5a8894c (patch)
tree41f695604b4626cd3087e1a2db26bdf02af7aebe /.github/ISSUE_TEMPLATE
parentMerge pull request #3955 from FernandoS27/prometheus-2b (diff)
downloadyuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar.gz
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar.bz2
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar.lz
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar.xz
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.tar.zst
yuzu-9ff3401133f9a085c6b8b009823bfab8f5a8894c.zip
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-feature-request.md40
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
2 files changed, 48 insertions, 0 deletions
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: ''
+
+---
+
+<!---
+Please keep in mind yuzu is EXPERIMENTAL SOFTWARE.
+
+Please read the FAQ:
+https://yuzu-emu.org/wiki/faq/
+
+THIS IS NOT A SUPPORT FORUM, FOR SUPPORT GO TO:
+https://community.citra-emu.org/
+
+If the FAQ does not answer your question, please go to:
+https://community.citra-emu.org/
+
+When submitting an issue, please check the following:
+
+- You have read the above.
+- You have provided the version (commit hash) of yuzu you are using.
+- You have provided sufficient detail for the issue to be reproduced.
+- You have provided system specs (if relevant).
+- Please also provide:
+ - For any issues, a log file
+ - For crashes, a backtrace.
+ - For graphical issues, comparison screenshots with real hardware.
+ - For emulation inaccuracies, a test-case (if able).
+
+-->
+
+
+
+
+
+
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.