From efcf87e26e96aa4a4854132a47579beac1e3c1f6 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:24:36 +0200 Subject: [PATCH] Bug report form test 1 --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_form.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml new file mode 100644 index 0000000..3a933b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -0,0 +1,45 @@ +name: Bug Report +description: Report a bug for Basalt! +title: "bug: [TITLE]" +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: ccversion + attributes: + label: Computercraft client + description: What ComputerCraft client are you using? + options: + - Ingame (Default) + - CraftOSPC + - CCemux + - CopyCat + - other + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output, for example the error. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: latest + attributes: + label: Latest Basalt Version + description: We only provide support for the latest version of Basalt! + options: + - label: I use the latest stable version + required: true