diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e60b79e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +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. + +**Is the bug at startup before you perform any action?** +Yes/No/Not applicable + +**Stacktrace** +If available, provide the full stack trace for the error. + +**@Entity code** +If relevant, provide the code or part of it for the class(es) involved in the error. + +**application.properties** +Are you using any specific configuration that you think might be interfering? + +**Additional context** +Add any other context about the problem here.