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