31 lines
582 B
Markdown
31 lines
582 B
Markdown
## 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
|