mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# Description
|
|
|
|
<!--
|
|
Please include a summary of the change.
|
|
|
|
e.g. Add a new awesome feature or Fix documentation typo.
|
|
|
|
Please also include relevant motivation and context.
|
|
If you are fixing an issue, specify what issue is fixed.
|
|
|
|
e.g. Fix #12345
|
|
-->
|
|
|
|
Type here...
|
|
|
|
## Type of change
|
|
|
|
<!--
|
|
Please delete options that are not relevant.
|
|
-->
|
|
|
|
- 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?
|
|
|
|
<!--
|
|
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
|
|
Please also list any relevant details for your test configuration.
|
|
-->
|
|
|
|
Type here...
|
|
|
|
## Test Configuration
|
|
- Operating system: e.g. Ubuntu 20.04.2 LTS
|
|
-Python version: e.g. 3.10.1
|
|
|
|
# Checklist:
|
|
|
|
<!--
|
|
Please delete options that are not relevant to your change.
|
|
-->
|
|
|
|
- [ ] 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
|