From 0a793d898a4f2b7a8166253fb0ab711eeb354ef5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 26 Dec 2020 08:35:12 +1100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 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 000000000000..dff0b397d5a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: triage +assignees: '' + +--- + +**What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30** + +**What environment are you running? +Docker +Shared Hosting +ZIP +Other + +**Have you checked log files (storage/logs/) Please provide redacted output** + +**Have you searched existing issues?** + +**Have you reported this to Slack/forum before posting?** + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps To Reproduce** +Please list the steps to reproduce the issue + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.