Development Guide¶
Getting Help¶
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.
- π Bug Report
- π Documentation
- π Feature Request
- π¬ General Question
Commit Style¶
Icon | Type | Description |
---|---|---|
βοΈ | FEATURE | New feature |
π | PEP8 | Formatting fixes following PEP8 |
π | ISSUE | Reference to issue |
πͺ² | BUG | Bug fix |
π | DOCS | Documentation changes |
π¦ | PyPI | PyPI releases |
β€οΈοΈ | TEST | Automated tests |
β¬οΈ | CI/CD | Changes in continuous integration/delivery |
β οΈ | SECURITY | Security improvements |