From 35bf80dff90e3c2ad597fe01b58322974684699d Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 5 Dec 2022 12:13:24 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5c26917e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: grandeljay + +--- + +## Branch +On which branch did you notice this bug? +- [ ] stable +- [ ] release-candidate +- [ ] develop + +## Description +How can the bug be reproduced? If you received an error or similar, please add it here.