From 6759609c061c77e641947172ac8dbc823cf6ad31 Mon Sep 17 00:00:00 2001 From: TechHome Date: Sat, 21 Mar 2020 17:45:08 +0100 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 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 0000000..bb61794 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +**Checklist:** + +- [ ] I updated to the latest version available +- [ ] I cleared the cache of my browser + +**Release with the issue:** + +**Last working release (if known):** + +**Browser and Operating System:** + + + +**Description of problem:** + + + +**Javascript errors shown in the web inspector (if applicable):** + +``` + +``` + +**Additional information:**