mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-29 15:56:06 +00:00
Merge pull request #3003 from Hundrec/issue-templates
New Issue and PR templates tweaks
This commit is contained in:
commit
9b483de1da
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:
|
||||||
|
|
|
||||||
25
.github/ISSUE_TEMPLATE/crash.yml
vendored
25
.github/ISSUE_TEMPLATE/crash.yml
vendored
|
|
@ -1,29 +1,30 @@
|
||||||
name: Crash Report
|
name: Crash Report
|
||||||
description: Report a crash that occurred while playing.
|
description: Report a crash that occurred while playing the game.
|
||||||
labels: ["type: major bug", "status: pending triage"]
|
labels: ["type: major bug", "status: pending triage"]
|
||||||
title: "Crash: "
|
title: "Crash Report: "
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
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,18 +36,18 @@ 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
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "## Describe the issue."
|
value: "## Describe your issue."
|
||||||
|
|
||||||
- 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:
|
||||||
|
|
@ -54,7 +55,7 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Context (Provide images, videos, etc. of the crash happening)
|
label: Context (Provide screenshots or videos of the crash happening)
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -64,6 +65,6 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Crash Logs (can be found in the crash folder)
|
label: Crash logs (can be found in the logs folder where Funkin.exe is)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
6
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
6
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
name: Enhancement
|
name: Enhancement
|
||||||
description: Suggest a new feature
|
description: Suggest a new feature.
|
||||||
labels: ["type: enhancement", "status: pending triage"]
|
labels: ["type: enhancement", "status: pending triage"]
|
||||||
title: "Enhancement: "
|
title: "Enhancement: "
|
||||||
body:
|
body:
|
||||||
|
|
@ -7,8 +7,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue Checklist
|
label: Issue Checklist
|
||||||
options:
|
options:
|
||||||
- label: I have properly named the issue
|
- label: I have properly named the enhancement
|
||||||
- label: I looked in issues/discussions, if it has been previously reported
|
- label: I have checked the issues/discussions pages to see if the enhancement has been previously suggested
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug Fix
|
|
||||||
about: Fix a bug or critical performance issue
|
|
||||||
title: 'Bug Fix: '
|
|
||||||
labels: 'status: pending triage'
|
|
||||||
---
|
|
||||||
#### Please check for duplicates or similar PRs before submitting this PR.
|
|
||||||
## Does this PR close any issues? If so, link them below.
|
|
||||||
|
|
||||||
## Briefly describe the issue(s) fixed.
|
|
||||||
6
.github/pull_request_template.md
vendored
Normal file
6
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<!-- Please check for duplicates or similar PRs before submitting this PR. -->
|
||||||
|
## Does this PR close any issues? If so, link them below.
|
||||||
|
|
||||||
|
## Briefly describe the issue(s) fixed.
|
||||||
|
|
||||||
|
## Include any relevant screenshots or videos.
|
||||||
Loading…
Reference in a new issue