Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit dc815ae

Browse files
Merge pull request FunkinCrew#342 from regulad/remove-checkboxes
Update Issue Templates
2 parents 7958699 + 7896911 commit dc815ae

File tree

5 files changed

+13
-32
lines changed

5 files changed

+13
-32
lines changed

.github/ISSUE_TEMPLATE/bug.md

+8-19
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,18 @@ about: Report a bug or critical performance issue
44
title: 'Bug Report: '
55
labels: bug
66
---
7+
#### Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.
8+
### If you are playing the game in a browser, what site are you playing it from?
9+
[Newgrounds](https://www.newgrounds.com/portal/view/770371) or [Itch.io](https://ninja-muffin24.itch.io/funkin)? Specify below.
710

8-
# Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.
11+
### If you are playing the game in a browser, what browser are you using?
12+
Chrome (or a Chromium based browser, i.e. Edge, Opera, etc.), Firefox, or Safari? Specify blow.
913

10-
## Where are you playing the game?
11-
12-
### Web
13-
- [ ] [Newgrounds](https://www.newgrounds.com/portal/view/770371)
14-
- [ ] [Itch.io](https://ninja-muffin24.itch.io/funkin)
15-
16-
#### If you are using a web build, what browser are you using?
17-
- [ ] Chrome, or a Chromium based broswer (Edge, Opera, etc.)
18-
- [ ] Firefox, or a Gecko based broswer
19-
- [ ] Safari
20-
- [ ] Other, please specify:
21-
22-
### Local
23-
- [ ] Windows x86
24-
- [ ] Windows x86_64
25-
- [ ] Linux
26-
- [ ] macOS
14+
### If you are playing a downloaded version of the game, what operating system are you using?
15+
Windows (`x86`), Windows (`x86_64`), Linux, or macOS? Specify below.
2716

2817
## What version of the game are you using? Look in the bottom left corner of the main menu.
2918

3019
## Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.
3120

32-
## Please describe your issue. Provide extensive detail and images if possibe.
21+
## Please describe your issue. Provide extensive detail and images if possible.

.github/ISSUE_TEMPLATE/enhancement.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ about: Suggest a new feature
44
title: 'Enhancement: '
55
labels: enhancement
66
---
7-
8-
# Please check for duplicates or similar issues before creating this issue.
9-
7+
#### Please check for duplicates or similar issues before creating this issue.
108
## What is your suggestion, and why should it be implemented?

.github/ISSUE_TEMPLATE/question.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ about: Ask a general question
44
title: 'Question: '
55
labels: question
66
---
7-
8-
# Please check for duplicates or similar issues before asking your question.
9-
7+
#### Please check for duplicates or similar issues before asking your question.
108
## What is your question?

.github/PULL_REQUEST_TEMPLATE/bug.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ about: Fix a bug or critical performance issue
44
title: 'Bug Fix: '
55
labels: bug
66
---
7-
8-
# Please check for duplicates or similar PRs before creating this issue.
9-
7+
#### Please check for duplicates or similar PRs before creating this issue.
108
## Does this PR close any issue(s)? If so, link them below.
119

12-
## Breifly describe the issue(s) fixed.
10+
## Briefly describe the issue(s) fixed.

.github/PULL_REQUEST_TEMPLATE/enhancement.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ about: Add a new feature
44
title: 'Enhancement: '
55
labels: enhancement
66
---
7-
8-
# Please check for duplicates or similar PRs before creating this issue.
9-
7+
#### Please check for duplicates or similar PRs before creating this issue.
108
## Does this PR close any issue(s)? If so, link them below.
119

1210
## What do your change(s) add, and why should they be implemented?

0 commit comments

Comments
 (0)