mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
1.4 KiB
1.4 KiB
Description
Type here...
Type of change
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Documentation (typos, code examples or any documentation update)
How has this been tested?
Type here...
Test Configuration
- Operating system: e.g. Ubuntu 20.04.2 LTS -Python version: e.g. 3.10.1
Checklist:
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have added tests that prove my fix is effective or that my feature works as expected
- New and existing unit tests pass locally with my changes
- My changes generate no new warnings or errors
- My changes are compatible with minimum requirements of the project
- I have made corresponding changes to the documentation