mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
Remove question & compiling help
This commit is contained in:
parent
6962088d16
commit
f48a65e9ce
42
.github/ISSUE_TEMPLATE/compiling.yml
vendored
42
.github/ISSUE_TEMPLATE/compiling.yml
vendored
|
@ -1,42 +0,0 @@
|
|||
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.)
|
8
.github/ISSUE_TEMPLATE/question.yml
vendored
8
.github/ISSUE_TEMPLATE/question.yml
vendored
|
@ -1,8 +0,0 @@
|
|||
name: Question
|
||||
description: Ask a general question
|
||||
labels: ["question"]
|
||||
title: "Question: "
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What is your question?
|
Loading…
Reference in a new issue