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.