aiogram/.github/PULL_REQUEST_TEMPLATE.md
Evgen Fil b3263f9d6b
Improve issue and pull request templates (#947)
Start using forms instead of templates
2022-06-26 16:27:42 +03:00

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