Add: Bug report template

This commit is contained in:
Lars Simon Winzer
2026-03-19 15:29:47 +01:00
parent ab82208283
commit 2442e5a39f
2 changed files with 61 additions and 0 deletions
@@ -0,0 +1,31 @@
## Bug Report
### Summary
<!-- Short, precise description of the bug -->
### Affected Component
<!-- e.g. Lobby Menu, Global Chat, Loading screen, ... -->
### Steps to Reproduce
1. Do this first
2. Then do that next
3. Lastly, see the unexprected error message ...
### Expected Behavior
<!-- What should happen? -->
### Actual Behavior
<!-- What happens instead? -->
### Stack Trace / Error Message
```
<!-- Paste stack trace or log output here -->
```
### Possible Cause
<!-- Optional: your own hypothesis about the root cause -->
/label ~bug
/label ~client
@@ -0,0 +1,30 @@
## Bug Report
### Summary
<!-- Short, precise description of the bug -->
### Affected Component
<!-- e.g. TransportLayer, CommandRouter, UserRegistry, Response, ... -->
### Steps to Reproduce
1. Do this first
2. Then do that next
3. Lastly, see the unexprected error message ...
### Expected Behavior
<!-- What should happen? -->
### Actual Behavior
<!-- What happens instead? -->
### Stack Trace / Error Message
```
<!-- Paste stack trace or log output here -->
```
### Possible Cause
<!-- Optional: your own hypothesis about the root cause -->
/label ~bug
/label ~server