mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-24 22:26:50 +00:00
Tweak Bug Report Template
This commit is contained in:
parent
7353747ca5
commit
88b35ce8c2
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug or an issue in the game
|
description: Report a bug or an issue in the game.
|
||||||
labels: ["type: minor bug", "status: pending triage"]
|
labels: ["type: minor bug", "status: pending triage"]
|
||||||
title: "Bug Report: "
|
title: "Bug Report: "
|
||||||
body:
|
body:
|
||||||
|
@ -8,22 +8,23 @@ body:
|
||||||
label: Issue Checklist
|
label: Issue Checklist
|
||||||
options:
|
options:
|
||||||
- label: I have properly named the issue
|
- label: I have properly named the issue
|
||||||
- label: I looked in issues/discussions, if it has been previously reported
|
- label: I have checked the issues/discussions pages to see if the issue has been previously reported
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What platform are you using?
|
label: What platform are you using?
|
||||||
options:
|
options:
|
||||||
- Itch.io - Windows
|
|
||||||
- Itch.io - MacOS
|
|
||||||
- Itch.io - Linux
|
|
||||||
- Newgrounds (Web)
|
- Newgrounds (Web)
|
||||||
|
- Itch.io (Web)
|
||||||
|
- Itch.io (Downloadable Build) - Windows
|
||||||
|
- Itch.io (Downloadable Build) - MacOS
|
||||||
|
- Itch.io (Downloadable Build) - Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: If you were playing on a browser, which one were you using?
|
label: If you are playing on a browser, which one are you using?
|
||||||
options:
|
options:
|
||||||
- Google Chrome
|
- Google Chrome
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
|
@ -35,7 +36,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version were you using?
|
description: What version are you using?
|
||||||
placeholder: ex. 0.4.1
|
placeholder: ex. 0.4.1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -46,7 +47,7 @@ body:
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "### Please do not report issues from other engines. These must be reported in their repositories."
|
value: "### Please do not report issues from other engines. These must be reported in their respective repositories."
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue