diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml new file mode 100644 index 0000000..70e05cd --- /dev/null +++ b/.gitea/issue_template.yaml @@ -0,0 +1,29 @@ +name: Bug Report +about: File a bug report +title: "[Bug]: " + +body: + - 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: textarea + id: version + attributes: + label: Version + description: What version of our software are you running? + validations: + required: true + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell