mirror of
https://github.com/nzp-team/nzportable.git
synced 2024-11-10 06:31:51 +00:00
Improve bug report template
This commit is contained in:
parent
b997d6c3a2
commit
15ba029257
1 changed files with 16 additions and 14 deletions
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,22 +1,22 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
name: Bug Report
|
||||
about: Create a bug report to help us fix issues
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# When giving your report a title, please append a [LABEL], example [LABEL]s include:
|
||||
# [PSP], [NX] (Nintendo Switch), [VITA], [SERVER] (for game code), [CSQC] (for PC hud or viewmodel stuff), [MENU] (for PC menu)
|
||||
# If related to CO-OP, append "CO-OP/" to the label, (e.g. [CO-OP/SERVER].
|
||||
# If this is a Suggestion please append the label [SUGGESTION].
|
||||
# When giving your report a title, please prepend a [LABEL], example [LABEL]s include:
|
||||
# [SERVER] (for game code), [CLIENT] (for HUD elements or other client side stuff),
|
||||
# [PSP/3DS/NX/VITA/FTE] (for engine based code specific to the platform).
|
||||
# If related to CO-OP, prepend "CO-OP/" to the label, (e.g. [CO-OP/SERVER].
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
1. Go to '....'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
@ -25,16 +25,18 @@ Steps to reproduce the behavior:
|
|||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots/Footage**
|
||||
If applicable, add screenshots or video to help explain your problem.
|
||||
If applicable, add screenshots or a video to help explain your problem.
|
||||
|
||||
**Affected Platforms:**
|
||||
**Affected Platforms**
|
||||
|
||||
# Please make note of any platforms you DID NOT test on.
|
||||
# State which platform(s) you've seen the bug occur.
|
||||
# Please also make note of any platforms you DID NOT test on.
|
||||
|
||||
- PSP
|
||||
- PS VITA
|
||||
- PSP (1k, 2k, 3k, Go, Street)
|
||||
- PS Vita (1k, 2k)
|
||||
- Nintendo Switch
|
||||
- FTEQW (Windows, Mac, Linux, etc)
|
||||
- Nintendo 3DS (Old, New)
|
||||
- FTEQW (Windows, Mac, Linux, WebGL etc)
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
Loading…
Reference in a new issue