Thank you for considering contributing to the TelegramMe API project! We welcome any contributions that improve the functionality, performance, or documentation of the project.
To contribute to the TelegramMe API project, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your contribution:
git checkout -b feature/your-feature-name
- Make your changes and commit them to your branch:
git commit -am 'Add some feature'
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a pull request against the
main
branch of the original repository.
To set up the development environment for the TelegramMe API project, follow the instructions provided in the README.md file.
When contributing code to the project, please ensure that your code follows the PEP 8 style guide for Python code. Additionally, please write descriptive commit messages and maintain a clean commit history.
Before submitting a pull request, please ensure that your changes pass any existing tests and add new tests if necessary. You can run the tests locally using the following command:
# Assuming you have installed the project's dependencies
pytest
If you encounter any bugs, issues, or have suggestions for improvements, please open an issue on the GitHub repository.
By contributing to the TelegramMe API project, you agree that your contributions will be licensed under the project's GPL-3.0 License.