mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-27 15:51:05 +00:00
24 lines
957 B
YAML
24 lines
957 B
YAML
name: Enhancement
|
|
description: Suggest a new feature.
|
|
labels: ["type: enhancement", "status: pending triage"]
|
|
title: "Enhancement: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: "# PLEASE READ THE [CONTRIBUTING GUIDE](https://github.com/FunkinCrew/Funkin/blob/main/docs/CONTRIBUTING.md) BEFORE OPENING ISSUES!"
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Issue Checklist
|
|
description: Be sure to complete these steps to increase the chances of your suggestion being considered!
|
|
options:
|
|
- label: I have read the [Contributing Guide](https://github.com/FunkinCrew/Funkin/blob/main/docs/CONTRIBUTING.md)
|
|
- label: I have checked the Issues/Discussions pages to see if my enhancement has already been suggested
|
|
- label: I have properly titled my enhancement
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: What is your suggestion, and why should it be implemented?
|
|
validations:
|
|
required: true
|