mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
19 lines
473 B
YAML
19 lines
473 B
YAML
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?
|