diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..b914b9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,22 @@ +name: Bug report +description: Use this template to report bugs +labels: ["type:bug"] +body: + - type: markdown + attributes: + value: > + - type: textarea + id: description + attributes: + label: > + Description of the bug: + - type: textarea + id: behavior + attributes: + label: > + Actual vs expected behavior: + - type: textarea + id: info + attributes: + label: > + Any other information you'd like to share?