Thank you for contributing!
- Fork the repository
- Create a feature branch (
git checkout -b feature-x) - Write your code and tests
- Run
pytestto ensure everything passes - Open a pull request
- Use
black,flake8, andisort - Tests should cover core logic
- Keep middleware non-blocking
Happy contributing!