rugmuncher-backend / .github /PULL_REQUEST_TEMPLATE.md
cryptorugmunch
merge: chore/cleanup-remove-bloat-and-secrets into main
bde2f3a
|
Raw
History Blame Contribute Delete
388 Bytes
## 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.