From 49f41f1830525f4239b7833232600b11e8505384 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 3 Jul 2024 21:49:38 +0200 Subject: [PATCH] Add Issue templates --- .gitea/issue_template/bug.yml | 65 +++++++++++++++++++++++ .gitea/issue_template/config.yml | 1 + .gitea/issue_template/feature_request.yml | 0 3 files changed, 66 insertions(+) create mode 100644 .gitea/issue_template/bug.yml create mode 100644 .gitea/issue_template/config.yml create mode 100644 .gitea/issue_template/feature_request.yml diff --git a/.gitea/issue_template/bug.yml b/.gitea/issue_template/bug.yml new file mode 100644 index 0000000..f130679 --- /dev/null +++ b/.gitea/issue_template/bug.yml @@ -0,0 +1,65 @@ +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: + 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: + 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