diff options
author | bunnei <bunneidev@gmail.com> | 2016-08-26 18:11:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 18:11:23 +0200 |
commit | b879d8c31b12662e787f08c8d8ab05115db8cc45 (patch) | |
tree | e1df857c9b3b07de98ed477740b343f834a558e2 | |
parent | Merge pull request #2015 from MerryMage/upstream-smla (diff) | |
parent | .github: Add ISSUE_TEMPLATE.md (diff) | |
download | yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar.gz yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar.bz2 yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar.lz yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar.xz yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.tar.zst yuzu-b879d8c31b12662e787f08c8d8ab05115db8cc45.zip |
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..4c9c7975a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +<!--- + +Please read the FAQ: +https://citra-emu.org/wiki/FAQ + +THIS IS NOT A SUPPORT FORUM, FOR SUPPORT GO TO: +http://discuss.citra-emu.org/ + +If the FAQ does not answer your question, please go to: +http://discuss.citra-emu.org/ + +==================================================== + +When submitting an issue, please check the following: + +- You have read the above. +- You have provided the version (commit hash) of Citra 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 crashes, a backtrace. + - For graphical issues, comparison screenshots with real hardware. + - For emulation inaccuracies, a test-case (if able). + +--->
\ No newline at end of file |