mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
abcd
This commit is contained in:
parent
a27e743c5f
commit
738a21eeb6
52
.github/ISSUE_TEMPLATE/bug.md
vendored
52
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -1,51 +1 @@
|
||||||
---
|
do not give me merge conflicts.
|
||||||
name: Bug Report
|
|
||||||
about: Report a bug or critical performance issue
|
|
||||||
title: 'Bug Report: [DESCRIBE YOUR BUG IN DETAIL HERE]'
|
|
||||||
labels: 'status: pending triage'
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE
|
|
||||||
OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!
|
|
||||||
|
|
||||||
Do not post about issues from other FNF mod engines!
|
|
||||||
We cannot and probably won't solve those!
|
|
||||||
You can hopefully go to their respective GitHub issues pages and report them there, thank you :)
|
|
||||||
|
|
||||||
Please check for duplicates or similar issues, as well as performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.
|
|
||||||
|
|
||||||
From Joel On Software:
|
|
||||||
|
|
||||||
"It’s pretty easy to remember the rule for a good bug report. Every good bug report needs exactly three things.
|
|
||||||
|
|
||||||
1. Steps to reproduce,
|
|
||||||
2. What you expected to see, and
|
|
||||||
3. What you saw instead."
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Describe the Bug
|
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
|
||||||
|
|
||||||
## To Reproduce
|
|
||||||
<!-- Describe IN DETAIL how to reproduce the bug/issue you are running into. -->
|
|
||||||
|
|
||||||
## Expected Behavior
|
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
|
||||||
|
|
||||||
## Screenshots/Video
|
|
||||||
<!-- If applicable, add screenshots/video to help explain your problem.
|
|
||||||
Remember to mark the area in the application that's impacted. -->
|
|
||||||
|
|
||||||
## Desktop
|
|
||||||
- OS:
|
|
||||||
<!-- [e.g. Windows 10, 11, Mac, Linux Mint, Ubuntu, Arch (btw)] -->
|
|
||||||
- Browser:
|
|
||||||
<!-- [e.g. Chrome, Safari, Firefox, Edge, OperaGX, or None if you're playing the downloaded version!] -->
|
|
||||||
- Version:
|
|
||||||
<!-- [e.g. 0.4.0, 0.3.3, this can be found in the bottom left corner of the main menu!] -->
|
|
||||||
|
|
||||||
## Additional Context
|
|
||||||
<!-- Add any other context about the problem here. -->
|
|
||||||
|
|
||||||
<!-- If your game is FROZEN and you're playing a web version, press F12 to open up the browser dev window, go to the "Console" tab, and copy-paste whatever red error you're getting below -->
|
|
||||||
|
|
|
||||||
9
.github/ISSUE_TEMPLATE/enhancement.md
vendored
9
.github/ISSUE_TEMPLATE/enhancement.md
vendored
|
|
@ -1,8 +1 @@
|
||||||
---
|
do not give me merge conflicts.
|
||||||
name: Enhancement
|
|
||||||
about: Suggest a new feature
|
|
||||||
title: 'Enhancement: '
|
|
||||||
labels: 'status: pending triage'
|
|
||||||
---
|
|
||||||
#### Please check for duplicates or similar issues before submitting this suggestion.
|
|
||||||
## What is your suggestion, and why should it be implemented?
|
|
||||||
|
|
|
||||||
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
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.
|
||||||
11
.github/PULL_REQUEST_TEMPLATE/bug.md
vendored
11
.github/PULL_REQUEST_TEMPLATE/bug.md
vendored
|
|
@ -1,10 +1 @@
|
||||||
---
|
do not give me merge conflicts.
|
||||||
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.
|
|
||||||
|
|
|
||||||
19
.github/PULL_REQUEST_TEMPLATE/bug.yml
vendored
19
.github/PULL_REQUEST_TEMPLATE/bug.yml
vendored
|
|
@ -1,18 +1 @@
|
||||||
name: Bug Fix
|
do not give me merge conflicts.
|
||||||
description: Fix a bug or critical performance issue
|
|
||||||
labels: ["type: minor bug", "status: pending triage"]
|
|
||||||
title: "Bug Fix: "
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Issue Checklist
|
|
||||||
options:
|
|
||||||
- label: I have checked if this PR isn't a duplicate
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Does this PR fix any issues? Please link them below if so.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Briefly describe the issue(s) fixed.
|
|
||||||
|
|
|
||||||
11
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
11
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
|
|
@ -1,10 +1 @@
|
||||||
---
|
do not give me merge conflicts.
|
||||||
name: Enhancement
|
|
||||||
about: Add a new feature
|
|
||||||
title: 'Enhancement: '
|
|
||||||
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.
|
|
||||||
|
|
||||||
## What do your changes add, and why should they be implemented?
|
|
||||||
|
|
|
||||||
19
.github/PULL_REQUEST_TEMPLATE/enhancement.yml
vendored
19
.github/PULL_REQUEST_TEMPLATE/enhancement.yml
vendored
|
|
@ -1,18 +1 @@
|
||||||
name: Enhancement
|
do not give me merge conflicts.
|
||||||
description: Add a new feature
|
|
||||||
labels: ["type: enhancement", "status: pending triage"]
|
|
||||||
title: "Enhancement: "
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Issue Checklist
|
|
||||||
options:
|
|
||||||
- label: I have checked if this PR isn't a duplicate
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Does this PR fix any issues? Please link them below if so.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: What do your change(s) add, and why should they be implemented?
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue