From a2165e5538483df78e9baa729d01b10c9bbaeb03 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 21 Sep 2022 17:57:43 +0100 Subject: [PATCH] docs: Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..596194c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,48 @@ +name: Bug Report +description: Report a bug with the HullCSS Bot +title: '[BUG REPORT] ' +labels: ['bug'] + + +body: + + - type: markdown + attributes: + value: |- + ## Please enter the following headings, where applicable, to make it easier to complete this request! + validations: + required: false + + - type: textarea + id: bugexplanation + attributes: + label: Bug Description + description: Please explain the bug, include any errors + placeholder: Bug report + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected Result + description: Please explain the bug, include any errors + placeholder: The expected result + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Additional Information + description: Anything to give further context to the bug report or information that will assist in solving the issue + validations: + required: false + + - type: textarea + id: links + attributes: + label: Images + description: CTRL V to paste images in + validations: + required: false