Rename BUG.md to BUG.yml (#2205)
Update issue templates Update issue templates Rename BUG.yml to bug_report.md Update issue templates Update bug_report.md Update bug_report.md Update and rename bug_report.md to BUG.md WIP Form version of new bug report Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Create BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Revert "Update BUG.yml" This reverts commit b145288a2308e80aa35a62b351c00eaa37e75e32. Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Update BUG.yml Delete BUG.md Update BUG.yml Update BUG.yml QOL changes Update FEATURE.md Update FEATURE.md typo fix
This commit is contained in:
parent
80d8e6edaa
commit
fd353de5d7
|
@ -1,64 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: If you experience a bug in the Emulator and its default plugins, please open an issue here and fill out the template.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Expected behavior
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
### Actual behavior
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
### Steps to reproduce the problem
|
||||
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
### Error messages you received (if any)
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
### Screenshots (if applicable)
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
### Specifications
|
||||
|
||||
- Hardware specifications of the computer or device you used to run Project64
|
||||
- CPU
|
||||
- GPU
|
||||
- RAM
|
||||
|
||||
- Windows version (include version and OS build number using WinVer):
|
||||
- Project64 version (include commit version number and whether you are using the 32-bit or 64-bit version):
|
||||
|
||||
### Please make sure you are using the inlcuded plugins before opening an issue:
|
||||
|
||||
- [ ] I can confirm I am on the default RSP, audio, input, and graphics plugins
|
||||
|
||||
### Plugins used while the issue occurred:
|
||||
|
||||
- Graphics plugin (and HLE or LLE):
|
||||
- Audio plugin:
|
||||
- Input plugin:
|
||||
- RSP plugin:
|
||||
|
||||
### FAQ's and a warning:
|
||||
|
||||
- If you are having issues with a plugin that isn't included with and supported by the Project64 team, we cannot support you other then pointing you to the developer of those plugins.
|
||||
- Please join the Discord first and ask questions and ask for support there first. If the issue should require an open GitHub issue, somebody will ask you to open one. We have a lot of people in the Discord who are more then happy to help you with any issues you may be having!
|
||||
- Please avoid opening issues if you do not meet the minimum requirements for Project64. These are outlined in the README for this repository.
|
||||
|
|
@ -0,0 +1,114 @@
|
|||
name: Bug Report
|
||||
description: If you experience a bug in the Emulator and its default plugins, please open an issue here and fill out the template.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees:
|
||||
-
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## FAQ's and a warning"
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
If you are having issues with a plugin that isn't included with and supported by the Project64 team, we cannot support you other then pointing you to the developer of those plugins.
|
||||
|
||||
Please join the Discord first and ask questions and ask for support there first. If the issue should require an open GitHub issue, somebody will ask you to open one. We have a lot of people in the Discord who are more then happy to help you with any issues you may be having!
|
||||
|
||||
Please avoid opening issues if you do not meet the minimum requirements for Project64. These are outlined in the README for this repository.
|
||||
|
||||
- type: textarea
|
||||
id: what-should-happen
|
||||
attributes:
|
||||
label: Expected behavior?
|
||||
description: How was the emulator supposed to behave
|
||||
placeholder: Tell us what you expect to see!; use screenshots if necessary.
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: Actual behavior?
|
||||
description: Describe the issue you encountered.
|
||||
placeholder: Tell us what you see!; use screenshots if necessary.
|
||||
value:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Steps to reproduce the problem
|
||||
description: "How do you trigger this bug? Please walk us through it step by step."
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
5.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: error-messages
|
||||
attributes:
|
||||
label: Error messages?
|
||||
description: Was there an error message?
|
||||
placeholder: List any exception messages here!; use screenshots if necessary.
|
||||
value:
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: Rom_Details
|
||||
attributes:
|
||||
label: What game were you playing
|
||||
description: "What is the specific rom that you encountered an issue with"
|
||||
value: |
|
||||
Title:
|
||||
N64 or 64DD:
|
||||
ROM CODE: (File > ROM Info, or Context Menu > Rom Information in the ROM List)
|
||||
SAVE TYPE: (Attach MPK, Battery or Savestate here)
|
||||
Clean or Hacked?:(Attach Patch here)
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: SysInfo
|
||||
attributes:
|
||||
label: Specifications and Build details
|
||||
description: "List your system information, you can obtain this from MSINFO32 and the emulators Titlebar."
|
||||
value: |
|
||||
Project64: (include commit version number and whether you are using the 32-bit or 64-bit version)
|
||||
OS: (include version and OS build number using WinVer):
|
||||
CPU:
|
||||
GPU:
|
||||
RAM:
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: DefaultPlugins
|
||||
attributes:
|
||||
label: Using included Plugins
|
||||
description: Please make sure you are using the included plugins before opening an issue
|
||||
options:
|
||||
- label: I can confirm I am using the included RSP, audio, input, and graphics plugins
|
||||
required: true
|
||||
- type: textarea
|
||||
id: PluginsUsed
|
||||
attributes:
|
||||
label: Plugins used while the issue occurred
|
||||
description: "What plugins is the issue occuring with"
|
||||
value: |
|
||||
Graphics plugin (and HLE or LLE):
|
||||
Audio plugin:
|
||||
Input plugin:
|
||||
RSP plugin:
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: Copyright_Compliance
|
||||
attributes:
|
||||
label: Copyright Compliance
|
||||
description: Please do not attach any files that infringe on the copyright of Nintendo or its partners, this in
|
||||
options:
|
||||
- label: There are no infringing files attached to this bug report.
|
||||
required: true
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Create a Feature request to suggest improvements and additions.
|
||||
title: ''
|
||||
labels: ''
|
||||
title: "[Feature request]: "
|
||||
labels: "enhancement"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Please inlcude [Feature request] at the beginning of the title
|
||||
### Please include [Feature request] at the beginning of the title
|
||||
|
||||
### Feature desired:
|
||||
-
|
||||
|
|
Loading…
Reference in New Issue