diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..4aeb06d6d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,83 @@ +--- +name: Bug report +about: Found a problem? Help us improve. +title: "[BUG] Title" +labels: '' +assignees: '' + +--- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**GS Settings** + + + +**Emulation Settings** + + + + + + +**GS Window Screenshots** + + +**System Info (please complete the following information):** + - PCSX2 Revision: + - OS: + - CPU: + - GPU: + +**Logs and Dumps** + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..f4fc941c93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Support Forums + url: https://forums.pcsx2.net/index.php + about: For community support and answers + - name: Discord + url: https://discord.com/invite/TCz3t9k + about: Get direct support and hang out with us + - name: Wiki + url: https://wiki.pcsx2.net/Main_Page + about: For user provided information and reports diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..ad985aad87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest a feature +title: "[Feature Request] Title" +labels: '' +assignees: '' + +--- + +**Description** + + + +**Reason** + + + + + +**Examples** + + diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 4e8829bbee..0000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ -***PCSX2 version:*** -``(For example, stable build v1.6.0 (or) development builds v1.7.0-dev-xxx)`` - -- **Notes**: - - It's preferred to only report bugs which are present on the [latest development builds](https://pcsx2.net/download/development.html). - - The PSX backward compatibility mode is still in its early stage of development. Issue reports are too early at this point. - -***PCSX2 options:*** -``(For example, Clamping/Rounding, Speedhacks, GameFixes)`` - -- **Note**: Generally it's recommended to have settings as default as possible and use the ``Safest`` preset. If there's no issue with these settings but there is an issue with some other non-default option, then please state it explicitly. - - -***Plugins used:*** -``(Relevant/Non-default settings of GS/PAD/SPU2/CDVD/USB plugins)`` - -- **Note**: In case the issue is a graphical problem with the GSdx plugin, please provide basic information like ``Renderer/Internal resolution/CRC Hack level/Other relevant options`` which were used to reproduce the issue. Additionally, providing a [GS dump](https://forums.pcsx2.net/Thread-How-to-create-a-proper-GS-dump) of the issue would also be helpful. - -***Description of the issue:*** -``(What's the problem? - Screenshots showing the issue if applicable)`` - - -***How to reproduce the issue:*** -``(Detailed step by step guide on how to replicate the issue)`` - - -***Last known version to work:*** -``(If the issue isn't present in an older PCSX2 version, it would be helpful to mention the full title of that version. Narrowing it down to the build/commit that first introduced the issue is even better!)`` - - -***PC specifications:*** -``(For example: CPU: Intel Core 2 Duo E4600 GPU: Gigabyte GTX 750Ti OS: Windows 10 64 Bit)``