diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..a4e94fa4b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +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. + + + +**(v5) Can you replicate the issue on our demo site? https://demo.invoiceninja.com** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..9c38e2edca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + +**What version of Invoice Ninja are you running? ie v4.5 / v5** + +**What environment are you running?** +Docker +Shared Hosting +ZIP +Other + +**Have you searched existing issues/requests?** + +**Screenshots** +If applicable, add screenshots to help explain your request/question. + +**Additional context** +Add any other context about the request/question here.