mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-15 00:14:48 -04:00
[GITHUB] Add Links to Guides in Issue Templates (#4053)
* 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:
parent
47e320e96f
commit
df142a9144
5 changed files with 29 additions and 13 deletions
.github/ISSUE_TEMPLATE
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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:
|
||||
|
|
3
.github/ISSUE_TEMPLATE/charting.yml
vendored
3
.github/ISSUE_TEMPLATE/charting.yml
vendored
|
@ -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:
|
||||
|
|
30
.github/ISSUE_TEMPLATE/compiling.yml
vendored
30
.github/ISSUE_TEMPLATE/compiling.yml
vendored
|
@ -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
|
||||
|
|
3
.github/ISSUE_TEMPLATE/crash.yml
vendored
3
.github/ISSUE_TEMPLATE/crash.yml
vendored
|
@ -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:
|
||||
|
|
3
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
3
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue