Merge pull request #756 from MeowcaTheoRange/patch-3

funny issue template shit that I'm Sure won't fuck up everything this time
This commit is contained in:
ShadowMario
2021-11-02 01:48:42 -03:00
committed by GitHub
2 changed files with 44 additions and 21 deletions

View File

@@ -17,27 +17,27 @@ body:
validations:
required: false
- type: checkboxes
- type: dropdown
id: modding
attributes:
label: "Are you modding a build from source or with Lua?"
options:
- label: Lua
- label: Source
- Lua
- Source
validations:
required: true
- type: checkboxes
- type: dropdown
id: btarget
attributes:
label: "What is your build target?"
options:
- label: "Windows"
- label: "Linux"
- label: "Mac"
- label: "HTML5"
- label: "Flash/Air-based target"
- label: "Neko, HashLink, or other build system"
- "Windows"
- "Linux"
- "Mac"
- "HTML5"
- "Flash/Air-based target"
- "Neko, HashLink, or other build system"
validations:
required: true

View File

@@ -1,19 +1,42 @@
name: Help wanted
name: Help me!
description: If you need help using the engine.
labels: [help wanted]
body:
- type: dropdown
- type: textarea
id: description
attributes:
label: Are you trying to code on Source Code (Haxe) or on the Downloaded Build (Lua)?
options:
- Source Code
- Downloaded Build
label: "Describe your problem here."
validations:
required: true
- type: textarea
- type: dropdown
id: modding
attributes:
label: Show an screenshot/video of your problem.
description: Put down here an screenshot of your compiling issue or whatever is happening to you.
label: "Are you modding a build from source or with Lua?"
options:
- Lua
- Source
validations:
required: true
required: true
- type: dropdown
id: btarget
attributes:
label: "What is your build target?"
options:
- "Windows"
- "Linux"
- "Mac"
- "HTML5"
- "Flash/Air-based target"
- "Neko, HashLink, or other build system"
validations:
required: true
- type: input
id: buildsummary
attributes:
label: "Did you edit anything in this build? If so, mention or summarize your changes."
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting"
validations:
required: false