rmi-backend/.github/PULL_REQUEST_TEMPLATE.md

20 lines
388 B
Markdown

## What does this PR do?
Brief description of the change.
## How was it tested?
- [ ] Unit tests added / updated
- [ ] `ruff check --fix app/` passes
- [ ] `ruff format app/` applied
- [ ] Manual testing (describe):
## Does it break anything?
- [ ] Migration required?
- [ ] Breaking API change?
- [ ] Dependency changes?
## Rollback procedure
How to revert this change if needed.