Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.24 KB

File metadata and controls

53 lines (33 loc) · 1.24 KB

Contributing Guide

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.

How to Contribute

1. Fork the Repository

Click the "Fork" button on the top right to get your own copy of the repository.

2. Clone Your Fork

git clone https://github.com/your-username/your-fork.git
cd your-fork

3. Create a Feature Branch

git checkout -b feature/your-feature-name

4. Make Changes

Make your edits and commit them:

git add .
git commit -m "Add your feature/fix"

5. Push Changes

git push origin feature/your-feature-name

6. Submit a Pull Request

Go to the original repository and submit a Pull Request (PR) from your fork. Please include a clear description of the changes you made.

Code Style

  • Follow PEP8 for Python code formatting.

  • Keep commits atomic and meaningful.

  • Avoid including unrelated changes in a single PR.

License

By contributing to this project, you agree that your contributions will be licensed under the same license as the project — currently MIT License.