diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue_template.yml | 10 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-feature-request.md | 39 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 64 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 28 | ||||
| -rw-r--r-- | .reuse/dep5 | 8 |
5 files changed, 104 insertions, 45 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue_template.yml b/.github/ISSUE_TEMPLATE/blank_issue_template.yml new file mode 100644 index 000000000..49b7f3822 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue_template.yml | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | name: New Issue (Developers Only) | ||
| 2 | description: A blank issue template for developers only. If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template. | ||
| 3 | body: | ||
| 4 | - type: markdown | ||
| 5 | attributes: | ||
| 6 | value: | | ||
| 7 | **If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template.** | ||
| 8 | - type: textarea | ||
| 9 | attributes: | ||
| 10 | label: "Issue" | ||
diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md deleted file mode 100644 index 808613237..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | --- | ||
| 2 | name: Bug Report / Feature Request | ||
| 3 | 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. | ||
| 4 | title: '' | ||
| 5 | labels: '' | ||
| 6 | assignees: '' | ||
| 7 | |||
| 8 | --- | ||
| 9 | |||
| 10 | <!--- | ||
| 11 | Please keep in mind yuzu is EXPERIMENTAL SOFTWARE. | ||
| 12 | |||
| 13 | Please read the FAQ: | ||
| 14 | https://yuzu-emu.org/wiki/faq/ | ||
| 15 | |||
| 16 | THIS IS NOT A SUPPORT FORUM, FOR SUPPORT GO TO: | ||
| 17 | https://community.citra-emu.org/ | ||
| 18 | |||
| 19 | If the FAQ does not answer your question, please go to: | ||
| 20 | https://community.citra-emu.org/ | ||
| 21 | |||
| 22 | When submitting an issue, please check the following: | ||
| 23 | |||
| 24 | - You have read the above. | ||
| 25 | - You have provided the version (commit hash) of yuzu you are using. | ||
| 26 | - You have provided sufficient detail for the issue to be reproduced. | ||
| 27 | - You have provided system specs (if relevant). | ||
| 28 | - Please also provide: | ||
| 29 | - For any issues, a log file | ||
| 30 | - For crashes, a backtrace. | ||
| 31 | - For graphical issues, comparison screenshots with real hardware. | ||
| 32 | - For emulation inaccuracies, a test-case (if able). | ||
| 33 | |||
| 34 | --> | ||
| 35 | |||
| 36 | |||
| 37 | |||
| 38 | |||
| 39 | |||
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..1405ccce8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | name: Bug Report | ||
| 2 | description: File a bug report | ||
| 3 | body: | ||
| 4 | - type: markdown | ||
| 5 | attributes: | ||
| 6 | value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu. | ||
| 7 | - type: checkboxes | ||
| 8 | attributes: | ||
| 9 | label: Is there an existing issue for this? | ||
| 10 | description: Please search to see if an issue already exists for the bug you encountered. | ||
| 11 | options: | ||
| 12 | - label: I have searched the existing issues | ||
| 13 | required: true | ||
| 14 | - type: input | ||
| 15 | attributes: | ||
| 16 | label: Affected Build(s) | ||
| 17 | description: List the affected build(s) that this issue applies to. | ||
| 18 | placeholder: Mainline 1234 / Early Access 1234 | ||
| 19 | validations: | ||
| 20 | required: true | ||
| 21 | - type: textarea | ||
| 22 | id: issue-desc | ||
| 23 | attributes: | ||
| 24 | label: Description of Issue | ||
| 25 | description: A brief description of the issue encountered along with any images and/or videos. | ||
| 26 | validations: | ||
| 27 | required: true | ||
| 28 | - type: textarea | ||
| 29 | id: expected-behavior | ||
| 30 | attributes: | ||
| 31 | label: Expected Behavior | ||
| 32 | description: A brief description of how it is expected to work along with any images and/or videos. | ||
| 33 | validations: | ||
| 34 | required: true | ||
| 35 | - type: textarea | ||
| 36 | id: reproduction-steps | ||
| 37 | attributes: | ||
| 38 | label: Reproduction Steps | ||
| 39 | description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue. | ||
| 40 | validations: | ||
| 41 | required: true | ||
| 42 | - type: textarea | ||
| 43 | id: log | ||
| 44 | attributes: | ||
| 45 | label: Log File | ||
| 46 | description: A log file will help our developers to better diagnose and fix the issue. | ||
| 47 | validations: | ||
| 48 | required: true | ||
| 49 | - type: textarea | ||
| 50 | id: system-config | ||
| 51 | attributes: | ||
| 52 | label: System Configuration | ||
| 53 | placeholder: | | ||
| 54 | CPU: Intel i5-10400 / AMD Ryzen 5 3600 | ||
| 55 | GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95) | ||
| 56 | RAM: 16GB DDR4-3200 | ||
| 57 | OS: Windows 11 22H2 (Build 22621.819) | ||
| 58 | value: | | ||
| 59 | CPU: | ||
| 60 | GPU/Driver: | ||
| 61 | RAM: | ||
| 62 | OS: | ||
| 63 | validations: | ||
| 64 | required: true | ||
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..766da2c87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | name: Feature Request | ||
| 2 | description: File a feature request | ||
| 3 | labels: "request" | ||
| 4 | body: | ||
| 5 | - type: markdown | ||
| 6 | attributes: | ||
| 7 | value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make yuzu better. | ||
| 8 | - type: checkboxes | ||
| 9 | attributes: | ||
| 10 | label: Is there an existing issue for this? | ||
| 11 | description: Please search to see if an issue already exists for the feature you are requesting. | ||
| 12 | options: | ||
| 13 | - label: I have searched the existing issues | ||
| 14 | required: true | ||
| 15 | - type: textarea | ||
| 16 | id: what-feature | ||
| 17 | attributes: | ||
| 18 | label: What feature are you suggesting? | ||
| 19 | description: A brief description of the requested feature. | ||
| 20 | validations: | ||
| 21 | required: true | ||
| 22 | - type: textarea | ||
| 23 | id: why-feature | ||
| 24 | attributes: | ||
| 25 | label: Why would this feature be useful? | ||
| 26 | description: A brief description of why this feature would make yuzu better. | ||
| 27 | validations: | ||
| 28 | required: true | ||
diff --git a/.reuse/dep5 b/.reuse/dep5 index 9a90f9eb6..3810f2c41 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 | |||
| @@ -132,10 +132,6 @@ Files: vcpkg.json | |||
| 132 | Copyright: 2022 yuzu Emulator Project | 132 | Copyright: 2022 yuzu Emulator Project |
| 133 | License: GPL-3.0-or-later | 133 | License: GPL-3.0-or-later |
| 134 | 134 | ||
| 135 | Files: .github/ISSUE_TEMPLATE/config.yml | 135 | Files: .github/ISSUE_TEMPLATE/* |
| 136 | Copyright: 2020 tgsm <doodrabbit@hotmail.com> | 136 | Copyright: 2022 yuzu Emulator Project |
| 137 | License: GPL-2.0-or-later | ||
| 138 | |||
| 139 | Files: .github/ISSUE_TEMPLATE/bug-report-feature-request.md | ||
| 140 | Copyright: 2016 MerryMage | ||
| 141 | License: GPL-2.0-or-later | 137 | License: GPL-2.0-or-later |