[GITHUB] Add Links to Guides in Issue Templates ()

* Issues Guide in bug template

* Issues Guide in charting template

* Guide links in compiling template

* Issues Guide in crash template

* Issues Guide in enhancement template
This commit is contained in:
Hundrec 2025-01-27 11:37:42 -07:00 committed by GitHub
parent 47e320e96f
commit df142a9144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 13 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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: