Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 857 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 857 Bytes

Contributing to All in One Ton Bot

We welcome contributions from the community to improve All in One Ton Bot . Please follow the guidelines below when submitting pull requests or issues.


Guidelines

Reporting Issues

  • Search the existing issues to avoid duplicates.
  • Provide detailed steps to reproduce the issue, including logs or screenshots if applicable.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-feature-name.
  3. Commit your changes with a descriptive message.
  4. Push to your branch and open a pull request.

Coding Standards

  • Follow PEP 8 for Python code.
  • Write clear and concise comments for complex sections.
  • Include tests for new features.

Contact

For major changes or suggestions, reach out to [email protected].