Update bug report issue template
This commit is contained in:
parent
9e1987063d
commit
5e9a4f9bc6
|
@ -9,10 +9,13 @@ assignees: ''
|
|||
|
||||
Please read before creating a new issue:
|
||||
|
||||
1. All advanced options MUST be at their default values;
|
||||
1. Make sure there is not already an open issue for this bug;
|
||||
2. All enhancements must be off;
|
||||
3. Do not share save state files. Memory Cards are ok;
|
||||
4. Please post your issue report in English as unfortunately this is the only language spoken by the developers. The Discord server has many helpful people if you need help translating.
|
||||
3. All advanced options MUST be at their default values;
|
||||
4. Do not share save state files. Memory Cards are ok;
|
||||
5. Verify your dump as we can not assist with issues resulting from bad dumps;
|
||||
6. If playing PAL region software, please check whether or not the game has LibCrypt protection and that if it does, you have a correct SBI file (see https://github.com/stenzek/duckstation#libcrypt-protection-and-sbi-files for more information);
|
||||
7. Please post your issue report in English as unfortunately this is the only language spoken by the developers. The Discord server has many helpful people if you need help translating.
|
||||
|
||||
Remove everything before and including this line before submitting.
|
||||
|
||||
|
@ -23,7 +26,7 @@ Remove everything before and including this line before submitting.
|
|||
**Description of the issue / bug**
|
||||
[Describe what you are seeing and/or hearing during gameplay]
|
||||
|
||||
**Steps to Reproduce**
|
||||
**Steps to reproduce**
|
||||
[Try to provide as much detail as possible to reproduce the issue]
|
||||
|
||||
**Enhancements information**
|
||||
|
@ -38,4 +41,4 @@ Remove everything before and including this line before submitting.
|
|||
[Shown in the title bar of the emulator]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
[Add any other context about the problem here]
|
||||
|
|
|
@ -6,6 +6,7 @@ on:
|
|||
- '**.md'
|
||||
- 'appveyor.yml'
|
||||
- 'scripts/*'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
@ -13,6 +14,7 @@ on:
|
|||
- '**.md'
|
||||
- 'appveyor.yml'
|
||||
- 'scripts/*'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue