Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

Contributing to TGramBot

We welcome contributions to the TGramBot project. To ensure a smooth contribution process, please follow these guidelines.

Code of Conduct

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].

How to Submit a Pull Request

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Pull Request Review Process

The project maintainers will review your pull request. They may request changes or provide feedback. Once approved, a maintainer will merge the pull request.

Coding Standards

  • 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!