Update issue templates

This commit is contained in:
Alix von Schirp
2023-01-28 07:38:56 +01:00
committed by GitHub
parent b696839ee9
commit 084f75fb83
2 changed files with 57 additions and 0 deletions

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

@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS [e.g. Windows]:
- Version/Build [e.g. 22H2/19045.2546]:
- Java Version/Build [e.g. Temurin-18.0.1+10]:
**Console Output**
```
Add any relevant console outputs (like stack traces after an Exception) here.
```
**Additional context**
Add any other context about the problem here.