mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-24 08:02:22 +00:00
Enhancement Template
This commit is contained in:
parent
7cb9eb797a
commit
54ddb652b6
8
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
8
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
|
@ -3,14 +3,18 @@ description: Suggest a new feature.
|
||||||
labels: ["type: enhancement", "status: pending triage"]
|
labels: ["type: enhancement", "status: pending triage"]
|
||||||
title: "Enhancement: "
|
title: "Enhancement: "
|
||||||
body:
|
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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue Checklist
|
label: Issue Checklist
|
||||||
description: Be sure to complete these steps to increase the chances of your suggestion being considered!
|
description: Be sure to complete these steps to increase the chances of your suggestion being considered!
|
||||||
options:
|
options:
|
||||||
- label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050)
|
- 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 checked the Issues/Discussions pages to see if my enhancement has already been suggested
|
||||||
- label: I have properly named my enhancement
|
- label: I have properly titled my enhancement
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue