mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-04 10:47:57 +00:00
Update and rename bug.md to bug.yml
This commit is contained in:
parent
347f487358
commit
19ef15dbc8
10
.github/PULL_REQUEST_TEMPLATE/bug.md
vendored
10
.github/PULL_REQUEST_TEMPLATE/bug.md
vendored
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Briefly describe the issue(s) fixed.
|
|
18
.github/PULL_REQUEST_TEMPLATE/bug.yml
vendored
Normal file
18
.github/PULL_REQUEST_TEMPLATE/bug.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name: Bug Fix
|
||||||
|
description: Fix a bug or critical performance issue
|
||||||
|
labels: ["bug"]
|
||||||
|
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.
|
Loading…
Reference in a new issue