31 lines
371 B
Markdown
31 lines
371 B
Markdown
---
|
|
name: Bug
|
|
about: Report a bug
|
|
title: '[Bug] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
**Description**
|
|
Briefly: what is the problem?
|
|
|
|
**Steps to reproduce**
|
|
1. …
|
|
2. …
|
|
|
|
**Expected**
|
|
What should happen?
|
|
|
|
**Actual**
|
|
What happens instead?
|
|
|
|
**Environment**
|
|
- OS:
|
|
- Java version:
|
|
- Terminal (e.g. PowerShell, CMD, IDE):
|
|
|
|
**Optional: code snippet**
|
|
```java
|
|
// minimal example
|
|
```
|