From ba78ded457f0bbfefe0109c9a013eaf499ec42ae Mon Sep 17 00:00:00 2001 From: Hundrec Date: Thu, 13 Feb 2025 17:15:56 -0700 Subject: [PATCH] Enhancement Template --- .github/ISSUE_TEMPLATE/enhancement.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 108279534d..ac0e758c85 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -3,14 +3,18 @@ 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 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 properly named my enhancement + - label: I have properly titled my enhancement - type: textarea attributes: