diff --git a/.gitea/issue_template/bug.yml b/.gitea/issue_template/bug.yml new file mode 100644 index 0000000..181d03a --- /dev/null +++ b/.gitea/issue_template/bug.yml @@ -0,0 +1,66 @@ +name: Bug Report +about: Found a bug? Tell us about it! +title: "[BUG]: " +labels: + - "type/bug" +body: + - type: markdown + attributes: + value: Thanks for taking the time to file this bug report! + + - type: textarea + id: what-happend + attributes: + label: What happened? + description: Tell us about the things that did go wrong! + value: ...happened + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Reproduction + description: please provides us with a step by step list on how to reproduce the bug. + placeholder: | + 1. Step 1 + 1. Step 2 + 1. Step 3 + 1. Bug happens here + + - type: dropdown + id: system-try + attributes: + label: " " + description: On which Systems did you try to reproduce this bug? + multiple: true + options: + - Linux + - BSD + - MacOS + - Windows + validations: + required: true + + - type: dropdown + id: system-reproducable + attributes: + label: " " + description: On which Systems where you able to reproduce this bug? + multiple: true + options: + - Linux + - BSD + - MacOS + - Windows + validations: + required: true + + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow the Code of Conduct + options: + - label: I agree to follow this project's Code of Conduct + required: true + visible: [form] diff --git a/.gitea/issue_template/config.yml b/.gitea/issue_template/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.gitea/issue_template/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.gitea/issue_template/feature_request.yml b/.gitea/issue_template/feature_request.yml new file mode 100644 index 0000000..e69de29