Contributing Guidelines¶
Code Style¶
- Follow Google Python Style Guide
- Use
pyinkfor formatting - Use
isortfor import sorting - Run
autoformat.shbefore committing
Commit Messages¶
Follow Conventional Commits format:
Pull Request Process¶
- Create feature branch
- Make changes with tests
- Run tests and linting
- Update documentation
- Submit PR with description
See Also¶
Best Practices - Development best practices
Development Guides - How to extend the framework