Update issue templates

This commit is contained in:
Ailef 2023-10-01 14:28:23 +02:00 committed by GitHub
parent 6bebfcd58b
commit 4a1f978e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.