We welcome contributions to the TGramBot project. To ensure a smooth contribution process, please follow these guidelines.
This project and everyone participating in it is governed by the TGramBot Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [project email].
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
The project maintainers will review your pull request. They may request changes or provide feedback. Once approved, a maintainer will merge the pull request.
- Write clean, maintainable code.
- Follow the existing coding style (e.g., indentation, comments, naming conventions).
- Include meaningful commit messages.
- Update the README.md with details of changes to the interface, if applicable.
Thank you for contributing to TGramBot!