mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
Update and rename compiling.md to compiling.yml
This commit is contained in:
parent
6b74befb5f
commit
c1da4d336c
25
.github/ISSUE_TEMPLATE/compiling.md
vendored
25
.github/ISSUE_TEMPLATE/compiling.md
vendored
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
name: Compiling help
|
|
||||||
about: If you need help compiling the game, and you're running into issues. (Look through the 'compiling help' label in case it's been solved!)
|
|
||||||
title: 'Compiling help: [BRIEF DESCRIPTION / ERROR MESSAGE OUTPUT]'
|
|
||||||
labels: compiling help
|
|
||||||
---
|
|
||||||
|
|
||||||
[weed]: <> (FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE)
|
|
||||||
[weed]: <> (OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!)
|
|
||||||
[weed]: <> (DO NOT POST ABOUT ISSUES FROM OTHER FNF MOD ENGINES! I CANNOT AND PROBABLY WON'T SOLVE THOSE!)
|
|
||||||
[weed]: <> (GO TO THEIR RESPECTIVE GITHUB ISSUES AND REPORT THEM THERE LOL!)
|
|
||||||
|
|
||||||
#### Please check for duplicates or similar compiler issues by filtering for 'compiler help'
|
|
||||||
|
|
||||||
[weed]: <> (Put an X in the [ ] thingies to fill out checkbox!)
|
|
||||||
[weed]: <> (something like [x] pretty much, don't screw up or you will look stupid)
|
|
||||||
|
|
||||||
|
|
||||||
- [ ] Windows
|
|
||||||
- [ ] Mac
|
|
||||||
- [ ] Linux
|
|
||||||
- [ ] HTML5
|
|
||||||
|
|
||||||
## Please describe your issue. Provide extensive detail and images if possible.
|
|
||||||
|
|
||||||
42
.github/ISSUE_TEMPLATE/compiling.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/compiling.yml
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
name: Compiling help
|
||||||
|
description: If you need help compiling the game, and you're running into issues.
|
||||||
|
labels: ["compiling help"]
|
||||||
|
title: "Compiling help: "
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Issue Checklist
|
||||||
|
options:
|
||||||
|
- label: I have properly named the issue
|
||||||
|
- label: I looked in issues/discussions, if it has been previously reported
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: What platform are you compiling to?
|
||||||
|
options:
|
||||||
|
- Windows
|
||||||
|
- MacOS
|
||||||
|
- Linux
|
||||||
|
- HTML5
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "## Describe the issue."
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "### Please do not report issues from other engines. These must be reported in their repositories."
|
||||||
|
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: "#### Provide as many details as you can."
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Context (Provide images, videos, etc.)
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce (or crash logs, errors, etc.)
|
||||||
Loading…
Reference in a new issue