From 7973b01b1c957faccc12ecd1a2d301f9f95b15ef Mon Sep 17 00:00:00 2001 From: 13xforever Date: Sat, 8 Feb 2020 19:07:27 +0500 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE.md | 24 ---------------- .github/ISSUE_TEMPLATE/1-regression-report.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/2-bug-report.md | 26 +++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 ++++++++ 4 files changed, 65 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/1-regression-report.md create mode 100644 .github/ISSUE_TEMPLATE/2-bug-report.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 247909707d..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1-regression-report.md b/.github/ISSUE_TEMPLATE/1-regression-report.md new file mode 100644 index 0000000000..b9729fa87b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-regression-report.md @@ -0,0 +1,28 @@ +--- +name: Regression report +about: If something worked before, but now it doesn't +title: '' +labels: '' +assignees: '' + +--- + + + +## Quick summary +Please describe what exactly has stopped working correctly + +## Details +Please provide _exact_ build (or commit) information that introduced the regression you're reporting. +Please see How to find the build that caused a regression in wiki: https://wiki.rpcs3.net/index.php?title=Help:Using_different_versions_of_RPCS3#How_to_find_the_build_that_caused_a_regression.3F +You can find old builds here: https://rpcs3.net/compatibility?b + +Please remember to attach TWO logs: one for the build that exhibits regression, and one for the previous build that works as expected. + +If the regression caused a graphical issue, please provide RSX capture and a Renderdoc capture that demonstrate the issue. +To create an RSX capture, enable Debugger view (View → Show Debugger) and use the RSX Capture button. Captues will be stored in RPCS3 folder → captures. +To create Renderdoc capture, please refer to Renderdoc documentation https://renderdoc.org/docs/how/how_capture_frame.html \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md new file mode 100644 index 0000000000..05b2e91049 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: If something doesn't work correctly in RPCS3 +title: '' +labels: '' +assignees: '' + +--- + + + +## Quick summary +Please summarize the issue here + +## Details +Please provide as much detail as you can here, including +- expected (real hw) and observed (emulator) behavior +- full logs (not from UI) +- back traces (for hard crashes) +- screenshots, Renderdoc, and RSX captures (for visual issues) +- your system configuration (OS, CPU, GPU, driver versions, etc) +- anything else you deem to be important diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..137afb75a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Quickstart guide + url: https://rpcs3.net/quickstart + about: Everything you need to know to install and configure emulator, and add games + - name: Ask for help + url: https://discord.me/RPCS3 + about: If you have some questions or need help, please use our Discord server instead of GitHub + - name: Report game compatibility + url: https://forums.rpcs3.net/thread-196671.html + about: Please use RPCS3 forums to submit or update game compatibility status \ No newline at end of file