From 1594ff7aba51b7648d3ab3e08b3733e472b44b95 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:14:01 -0500 Subject: [PATCH 1/3] blah blah --- .github/ISSUE_TEMPLATE/bugs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index 7979c12c..def31980 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -17,7 +17,7 @@ body: validations: required: false - - type: checkboxes + - type: dropdown id: modding attributes: label: "Are you modding a build from source or with Lua?" @@ -27,7 +27,7 @@ body: validations: required: true - - type: checkboxes + - type: dropdown id: btarget attributes: label: "What is your build target?" From c60ea235fbb305d0762131baaa2c4905616bbd0b Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:15:53 -0500 Subject: [PATCH 2/3] Update bugs.yml --- .github/ISSUE_TEMPLATE/bugs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index def31980..092d2d61 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -22,8 +22,8 @@ body: attributes: label: "Are you modding a build from source or with Lua?" options: - - label: Lua - - label: Source + - Lua + - Source validations: required: true @@ -32,12 +32,12 @@ body: 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 From a35e3fe5f390508b3cb0cf4f470b49c68bf88374 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:18:37 -0500 Subject: [PATCH 3/3] Update help.yml --- .github/ISSUE_TEMPLATE/help.yml | 45 +++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/help.yml b/.github/ISSUE_TEMPLATE/help.yml index eb2beccc..5399a54c 100644 --- a/.github/ISSUE_TEMPLATE/help.yml +++ b/.github/ISSUE_TEMPLATE/help.yml @@ -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 \ No newline at end of file + 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