From 587d0e6839b2bbd97f6593f5de520f055832e14f Mon Sep 17 00:00:00 2001 From: regulad <52430642+regulad@users.noreply.github.com> Date: Sat, 23 Jan 2021 15:39:04 -0500 Subject: [PATCH 1/2] Basic PR/Issue templates Closes #243 --- .github/ISSUE_TEMPLATE/bug.md | 30 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 10 +++++++ .github/ISSUE_TEMPLATE/question.md | 10 +++++++ .github/PULL_REQUEST_TEMPLATE/bug.md | 12 ++++++++ .github/PULL_REQUEST_TEMPLATE/enhancement.md | 12 ++++++++ 5 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..c09cee277 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Report a bug or critical performance issue +title: 'Bug Report: ' +labels: bug +--- + +# 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. + +## Where are you playing the game? + +### Web +- [ ] [Newgrounds](https://www.newgrounds.com/portal/view/770371) +- [ ] [Itch.io](https://ninja-muffin24.itch.io/funkin) + +#### If you are using a web build, what browser are you using? +- [ ] Chrome, or a Chromium based broswer (Edge, Opera, etc.) +- [ ] Firefox, or a Gecko based broswer +- [ ] Safari +- [ ] Other, please specify: + +### Local +- [ ] Windows x86 +- [ ] Windows x86_64 +- [ ] Linux +- [ ] macOS + +## Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible. + +## Please describe your issue. Provide extensive detail and images if possibe. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..c86b1a39a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,10 @@ +--- +name: Enhancement +about: Suggest a new feature +title: 'Enhancement: ' +labels: enhancement +--- + +# Please check for duplicates or similar issues before creating this issue. + +## What is your suggestion, and why should it be implemented? diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..15f86824b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Ask a general question +title: 'Question: ' +labels: question +--- + +# Please check for duplicates or similar issues before asking your question. + +## What is your question? diff --git a/.github/PULL_REQUEST_TEMPLATE/bug.md b/.github/PULL_REQUEST_TEMPLATE/bug.md new file mode 100644 index 000000000..70d795633 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug.md @@ -0,0 +1,12 @@ +--- +name: Bug Fix +about: Fix a bug or critical performance issue +title: 'Bug Fix: ' +labels: bug +--- + +# Please check for duplicates or similar PRs before creating this issue. + +## Does this PR close any issue(s)? If so, link them below. + +## Breifly describe the issue(s) fixed. diff --git a/.github/PULL_REQUEST_TEMPLATE/enhancement.md b/.github/PULL_REQUEST_TEMPLATE/enhancement.md new file mode 100644 index 000000000..6af15f1b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/enhancement.md @@ -0,0 +1,12 @@ +--- +name: Enhancement +about: Add a new feature +title: 'Enhancement: ' +labels: enhancement +--- + +# Please check for duplicates or similar PRs before creating this issue. + +## Does this PR close any issue(s)? If so, link them below. + +## What do your change(s) add, and why should they be implemented? From fe7c9987424e6bb67a4e2f72a12d5fd23aafa44a Mon Sep 17 00:00:00 2001 From: regulad Date: Sat, 23 Jan 2021 15:42:24 -0500 Subject: [PATCH 2/2] Forgot this! --- .github/ISSUE_TEMPLATE/bug.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index c09cee277..9eb93945f 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -25,6 +25,8 @@ labels: bug - [ ] Linux - [ ] macOS +## What version of the game are you using? Look in the bottom left corner of the main menu. + ## Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible. ## Please describe your issue. Provide extensive detail and images if possibe.