Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Issue and PR templates tweaks #3003

Merged
merged 10 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
25 changes: 13 additions & 12 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -35,26 +36,26 @@ 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:
value: "#### Provide as many details as you can."

- 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:
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Enhancement
description: Suggest a new feature
description: Suggest a new feature.
labels: ["type: enhancement", "status: pending triage"]
title: "Enhancement: "
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 properly named the enhancement
- label: I have checked the issues/discussions pages to see if the enhancement has been previously suggested

- type: textarea
attributes:
Expand Down
10 changes: 0 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.