27 lines
502 B
Markdown
27 lines
502 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear description of what the bug is.
|
|
|
|
**Steps to reproduce**
|
|
1. Call endpoint `...`
|
|
2. With payload `...`
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
What you expected to happen.
|
|
|
|
**Actual behavior**
|
|
What actually happened, including error messages and status codes.
|
|
|
|
**Environment**
|
|
- RMI version/commit:
|
|
- Deployment (Docker / bare metal):
|
|
|
|
**Additional context**
|
|
Anything else relevant.
|