From 5bb9f564c6a3d5e15794c53969793845a2c97ca4 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 10 Sep 2021 15:30:39 +0100 Subject: [PATCH] Create a bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..a66a9534 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**Build log** + + +**CI config** + + +**Additional context** +Add any other context about the problem here.