1
0
Fork 0
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:
tposejank 2024-06-08 22:59:17 -04:00 committed by GitHub
parent 347f487358
commit 19ef15dbc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 10 deletions

View file

@ -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
View 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.