1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-04 10:47:57 +00:00

Update and rename enhancement.md to enhancement.yml

This commit is contained in:
tposejank 2024-06-08 23:00:24 -04:00 committed by GitHub
parent 19ef15dbc8
commit 075989ce9c
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: 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?

View file

@ -0,0 +1,18 @@
name: Enhancement
description: Add a new feature
labels: ["enhancement"]
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?