From f046ef5d3e1a0acfa1bd35cb10b2829ee1fdacc2 Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 14 Jan 2025 00:55:06 +1300 Subject: [PATCH] Why does formatting have to be weird? --- .forgejo/issue_template/bug_report.yml | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.forgejo/issue_template/bug_report.yml b/.forgejo/issue_template/bug_report.yml index 989400c..7ecd75e 100644 --- a/.forgejo/issue_template/bug_report.yml +++ b/.forgejo/issue_template/bug_report.yml @@ -1,53 +1,53 @@ -name: "Bug Report" +name: Bug Report description: File a bug report. labels: ["bug"] body: -- type: "dropdown" +- type: dropdown attributes: label: Which version of EllieHub are you using? multiple: false options: - - label: Windows x64 - - label: Windows arm64 - - label: Linux x64 - - label: Linux arm64 - - label: MacOS x64 - - label: MacOS arm64 - - label: I compiled from source + - "Windows x64" + - "Windows arm64" + - "Linux x64" + - "Linux arm64" + - "MacOS x64" + - "MacOS arm64" + - "I compiled from source" validations: required: true -- type: "textarea" +- type: textarea attributes: label: "Description" description: "Give a concise description of the problem" validations: required: true -- type: "textarea" +- type: textarea attributes: label: "Reproduction Steps" description: "Enumerate the steps needed to reproduce the behavior" value: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error" validations: required: true -- type: "textarea" +- type: textarea attributes: label: "Expected Behavior" description: "Describe what you expected to happen" validations: required: true -- type: "textarea" +- type: textarea attributes: label: "Actual Behavior" description: "Describe what actually happened" validations: required: false -- type: "textarea" +- type: textarea attributes: label: "Screenshots" description: "If applicable, add screenshots to help explain your problem" validations: required: false -- type: "textarea" +- type: textarea attributes: label: "Notes" description: "Add any other context about the problem here"