mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Fix minor issues with issue templates
This commit is contained in:
parent
c9058280e0
commit
5cc8f970c0
5
.github/ISSUE_TEMPLATE/2-bug-report.yml
vendored
5
.github/ISSUE_TEMPLATE/2-bug-report.yml
vendored
@ -28,6 +28,9 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
# Log files
|
# Log files
|
||||||
|
|
||||||
|
Provide a log file that includes the bug you're reporting.
|
||||||
|
|
||||||
Obtaining the log file:
|
Obtaining the log file:
|
||||||
* Run the game until you find the regression.
|
* Run the game until you find the regression.
|
||||||
* Completely close RPCS3 and locate the log file.
|
* Completely close RPCS3 and locate the log file.
|
||||||
@ -42,6 +45,8 @@ body:
|
|||||||
label: Attach a log file
|
label: Attach a log file
|
||||||
description: |
|
description: |
|
||||||
Drag & drop the files into this input field, or upload them to another service (f.ex. Dropbox, Mega) and provide a link.
|
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
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
20
.github/ISSUE_TEMPLATE/3-feature-request.yml
vendored
20
.github/ISSUE_TEMPLATE/3-feature-request.yml
vendored
@ -14,13 +14,6 @@ body:
|
|||||||
description: Please briefly describe what feature you would like RPCS3 to have.
|
description: Please briefly describe what feature you would like RPCS3 to have.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: details
|
id: details
|
||||||
attributes:
|
attributes:
|
||||||
@ -28,3 +21,16 @@ body:
|
|||||||
description: Please describe the feature as accurately as possible.
|
description: Please describe the feature as accurately as possible.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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.
|
||||||
|
2
.github/ISSUE_TEMPLATE/4-advanced.md
vendored
2
.github/ISSUE_TEMPLATE/4-advanced.md
vendored
@ -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.
|
## 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.
|
If you're unsure on what to do, please return back to the issue type selection and choose different category.
|
Loading…
Reference in New Issue
Block a user