diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml index 88ab0137ee..332669704e 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -28,6 +28,9 @@ body: attributes: value: | # Log files + + Provide a log file that includes the bug you're reporting. + Obtaining the log file: * Run the game until you find the regression. * Completely close RPCS3 and locate the log file. @@ -42,6 +45,8 @@ body: label: Attach a log file description: | Drag & drop the files into this input field, or upload them to another service (f.ex. Dropbox, Mega) and provide a link. + validations: + required: true - type: markdown attributes: value: | diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.yml b/.github/ISSUE_TEMPLATE/3-feature-request.yml index 87bee1c2a3..5369b37a38 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-request.yml @@ -14,13 +14,6 @@ body: description: Please briefly describe what feature you would like RPCS3 to have. validations: required: true - - type: markdown - attributes: - value: | - Please include the following information: - * What part of RPCS3 would be affected by your feature? (Gameplay, Debugging, UI, Patches, Installation, CI etc.) - * Why your feature is important to RPCS3. - * If the feature is implemented in other projects, attach screenshots. - type: textarea id: details attributes: @@ -28,3 +21,16 @@ body: description: Please describe the feature as accurately as possible. validations: required: false + - type: markdown + attributes: + value: | + Please include the following information: + * What part of RPCS3 would be affected by your feature? (Gameplay, Debugging, UI, Patches, Installation, CI etc.) + * Why your feature is important to RPCS3. + * If the feature is implemented in other projects, attach screenshots. + * If this feature is something that a game is trying to use, upload a log file for it. + + RPCS3's Log file will be ```RPCS3.log.gz``` (sometimes shows as RPCS3.log with zip icon) or ```RPCS3.log``` (sometimes shows as RPCS3 wtih notepad icon). + * On Windows it will be in the RPCS3 directory near the executable + * On Linux it will be in ```~/.cache/rpcs3/``` + * On MacOS it will be in ```~/Library/Caches/rpcs3```. If you're unable to locate it copy paste the path in Spotlight and hit enter. diff --git a/.github/ISSUE_TEMPLATE/4-advanced.md b/.github/ISSUE_TEMPLATE/4-advanced.md index c1dcd50ec5..f0ab236298 100644 --- a/.github/ISSUE_TEMPLATE/4-advanced.md +++ b/.github/ISSUE_TEMPLATE/4-advanced.md @@ -9,6 +9,6 @@ assignees: '' ## Please do not ask for help or report compatibility regressions here, use [RPCS3 Discord server](https://discord.me/RPCS3) or [forums](https://forums.rpcs3.net/) instead. -You're using the advanced template. You're expected to know what to fill in all the required information for proper report. +You're using the advanced template. You're expected to know what to write in order to fill in all the required information for proper report. If you're unsure on what to do, please return back to the issue type selection and choose different category. \ No newline at end of file