From acd510f9a4e0e43859c076bb223227c50dc8e555 Mon Sep 17 00:00:00 2001 From: chaosfreak93 Date: Thu, 30 Jun 2022 00:01:50 +0200 Subject: [PATCH] Issue Template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 35 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..cfa8905 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,35 @@ +name: Bug report +description: Report a bug in the module +labels: ['Class: bug'] + +body: + - type: textarea + id: description + attributes: + label: Description of the problem + description: Describe the exact problem. + placeholder: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Reproduction steps + description: Describe how to reproduce the problem + placeholder: A clear and concise list of steps on how to reproduce the problem or code to reproduce the problem. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behaviour + description: Describe the expected behaviour + placeholder: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: context + attributes: + label: Additional context + description: 'Any other additional context you''d like to add' + placeholder: Add any other context or screenshots about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..dd9cac4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +--- +blank_issues_enabled: false \ No newline at end of file