1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-11 06:38:14 +00:00

Merge pull request #3003 from Hundrec/issue-templates

New Issue and PR templates tweaks
This commit is contained in:
Eric 2024-07-11 03:49:11 -04:00 committed by GitHub
commit 9b483de1da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 33 deletions

View file

@ -1,5 +1,5 @@
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"]
title: "Bug Report: "
body:
@ -8,22 +8,23 @@ body:
label: Issue Checklist
options:
- 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
attributes:
label: What platform are you using?
options:
- Itch.io - Windows
- Itch.io - MacOS
- Itch.io - Linux
- Newgrounds (Web)
- Itch.io (Web)
- Itch.io (Downloadable Build) - Windows
- Itch.io (Downloadable Build) - MacOS
- Itch.io (Downloadable Build) - Linux
validations:
required: true
- type: dropdown
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:
- Google Chrome
- Microsoft Edge
@ -35,7 +36,7 @@ body:
- type: input
attributes:
label: Version
description: What version were you using?
description: What version are you using?
placeholder: ex. 0.4.1
validations:
required: true
@ -46,7 +47,7 @@ body:
- type: markdown
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
attributes:

View file

@ -1,29 +1,30 @@
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"]
title: "Crash: "
title: "Crash Report: "
body:
- type: checkboxes
attributes:
label: Issue Checklist
options:
- 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
attributes:
label: What platform are you using?
options:
- Itch.io - Windows
- Itch.io - MacOS
- Itch.io - Linux
- Newgrounds (Web)
- Itch.io (Web)
- Itch.io (Downloadable Build) - Windows
- Itch.io (Downloadable Build) - MacOS
- Itch.io (Downloadable Build) - Linux
validations:
required: true
- type: dropdown
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:
- Google Chrome
- Microsoft Edge
@ -35,18 +36,18 @@ body:
- type: input
attributes:
label: Version
description: What version were you using?
description: What version are you using?
placeholder: ex. 0.4.1
validations:
required: true
- type: markdown
attributes:
value: "## Describe the issue."
value: "## Describe your issue."
- type: markdown
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
attributes:
@ -54,7 +55,7 @@ body:
- type: textarea
attributes:
label: Context (Provide images, videos, etc. of the crash happening)
label: Context (Provide screenshots or videos of the crash happening)
- type: textarea
attributes:
@ -64,6 +65,6 @@ body:
- type: textarea
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:
required: true

View file

@ -1,5 +1,5 @@
name: Enhancement
description: Suggest a new feature
description: Suggest a new feature.
labels: ["type: enhancement", "status: pending triage"]
title: "Enhancement: "
body:
@ -7,8 +7,8 @@ body:
attributes:
label: Issue Checklist
options:
- label: I have properly named the issue
- label: I looked in issues/discussions, if it has been previously reported
- label: I have properly named the enhancement
- label: I have checked the issues/discussions pages to see if the enhancement has been previously suggested
- type: textarea
attributes:

View file

@ -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
View 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.