From 644090618ab0a0b4b91778415e6a347d845d4bd9 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Fri, 24 May 2024 10:32:44 +0200 Subject: [PATCH] Create bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..e31f6d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,30 @@ +name: Bug Report +description: Create a report to help us fix bugs +labels: [":bug: Bug"] +body: + - type: textarea + id: description + attributes: + label: Describe the Bug + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to Reproduce + placeholder: + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behaviour + validations: + required: true + - type: input + id: version + attributes: + label: Version + placeholder: (eg. 1.0.0.0) + validations: + required: true