commit acd510f9a4e0e43859c076bb223227c50dc8e555 Author: chaosfreak93 Date: Thu Jun 30 00:01:50 2022 +0200 Issue Template 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