First of all, thank you for considering contributing to this project! 🎉
This project is a Cookiecutter template designed to help developers quickly scaffold a new Aiogram-based bot project with best practices.
Click the "Fork" button on the top right to get your own copy of the repository.
git clone https://github.com/your-username/your-fork.git
cd your-forkgit checkout -b feature/your-feature-nameMake your edits and commit them:
git add .
git commit -m "Add your feature/fix"git push origin feature/your-feature-nameGo to the original repository and submit a Pull Request (PR) from your fork. Please include a clear description of the changes you made.
-
Follow PEP8 for Python code formatting.
-
Keep commits atomic and meaningful.
-
Avoid including unrelated changes in a single PR.
By contributing to this project, you agree that your contributions will be licensed under the same license as the project — currently MIT License.