From 422feb2c6ddc30c40d19ef4bbf0d610e6918e6d7 Mon Sep 17 00:00:00 2001 From: Hundrec Date: Thu, 13 Feb 2025 17:13:46 -0700 Subject: [PATCH] Compiling Help Template --- .github/ISSUE_TEMPLATE/compiling.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index c9e364c3e5..6dd9e4cf96 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -3,15 +3,19 @@ description: Report an issue with compiling the game. labels: ["type: compilation help", "status: pending triage"] title: "Compiling Help: " 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 issue being addressed! options: - - label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050) - label: I have followed the [Compiling Guide](https://github.com/FunkinCrew/Funkin/blob/main/docs/COMPILING.md) and the [Troubleshooting Guide](https://github.com/FunkinCrew/Funkin/blob/main/docs/TROUBLESHOOTING.md) + - 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 issue has already been reported - - label: I have properly named my issue + - label: I have properly titled my issue - type: dropdown attributes: