Contributing¶
Ways to Contribute¶
- report bugs and regressions
- improve tests and docs
- propose focused feature additions
- review pull requests
Issue tracker: github.com/dymmond/asyncmq/issues
Development Setup¶
Run Tests¶
Run a subset:
Lint and Types¶
Docs¶
Pull Request Guidance¶
- keep changes focused and justified
- add or update tests for behavior changes
- update docs for user-facing changes
- avoid unrelated refactors in the same PR