diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 71089ba04a..5210f50bff 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -8,8 +8,9 @@ body: label: Issue Checklist description: Be sure to complete these steps to increase the chances of your issue being addressed! options: - - label: I have properly named my issue + - label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050) - label: I have checked the Issues/Discussions pages to see if my issue has already been reported + - label: I have properly named my issue - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/charting.yml b/.github/ISSUE_TEMPLATE/charting.yml index a56afc543e..3c1e689ce0 100644 --- a/.github/ISSUE_TEMPLATE/charting.yml +++ b/.github/ISSUE_TEMPLATE/charting.yml @@ -8,8 +8,9 @@ body: label: Issue Checklist description: Be sure to complete these steps to increase the chances of your issue being addressed! options: - - label: I have properly named my issue + - label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050) - label: I have checked the Issues/Discussions pages to see if my issue has already been reported + - label: I have properly named my issue - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index cab9b34cd0..c9e364c3e5 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -1,23 +1,27 @@ -name: Compiling Report +name: Compiling Help description: Report an issue with compiling the game. labels: ["type: compilation help", "status: pending triage"] -title: "Compiling Report: " +title: "Compiling Help: " body: - 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 properly named my issue + - 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 checked the Issues/Discussions pages to see if my issue has already been reported + - label: I have properly named my issue - type: dropdown attributes: label: Platform - description: Which platform are you compiling to/for? + description: Which platform are you compiling for? options: - Web/HTML5 - - Desktop + - Desktop (Windows) + - Desktop (Mac) + - Desktop (Linux) - Other validations: required: true @@ -32,7 +36,7 @@ body: - type: markdown attributes: - value: "## Describe your compiling error." + value: "## Describe your compiling issue." - type: markdown attributes: @@ -40,8 +44,16 @@ body: - type: textarea attributes: - label: Description (include any images, videos, errors of terminal or console, error logs) - description: Provide as much detail as you can. The better others understand your issue, the more they can help you! - placeholder: Describe your issue here... + label: Console Output + description: Paste any errors or warnings from the console here. + placeholder: Paste output here... + validations: + required: true + + - type: textarea + attributes: + label: Context + description: Provide as much detail as you can. Did you modify any code? Provide any relevant images or videos. + placeholder: Describe the context here... validations: required: true diff --git a/.github/ISSUE_TEMPLATE/crash.yml b/.github/ISSUE_TEMPLATE/crash.yml index a91f670d0a..4f49289978 100644 --- a/.github/ISSUE_TEMPLATE/crash.yml +++ b/.github/ISSUE_TEMPLATE/crash.yml @@ -8,8 +8,9 @@ body: label: Issue Checklist description: Be sure to complete these steps to increase the chances of your issue being addressed! options: - - label: I have properly named my issue + - label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050) - label: I have checked the Issues/Discussions pages to see if my issue has already been reported + - label: I have properly named my issue - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index dfb4ace959..108279534d 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -8,8 +8,9 @@ body: label: Issue Checklist description: Be sure to complete these steps to increase the chances of your suggestion being considered! options: - - label: I have properly named my enhancement + - label: I have read the pinned [Issues Guide](https://github.com/FunkinCrew/Funkin/issues/4050) - label: I have checked the Issues/Discussions pages to see if my enhancement has already been suggested + - label: I have properly named my enhancement - type: textarea attributes: