rugmuncher-backend / .github /PULL_REQUEST_TEMPLATE.md
Crypto Rug Muncher
clean slate: removing all old data, fresh build
6993919
|
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.