Skip to content

Contributing

Sashank edited this page Nov 18, 2023 · 1 revision

Contributing to Mod Mail Bot

Thank you for considering contributing to the Mod Mail Bot project! Contributions are highly appreciated and help make the project better.

How to Contribute

Reporting Issues

If you encounter a bug or have a feature request, please open an issue on the GitHub Issues page. Make sure to provide detailed information about the problem or the new feature you're suggesting.

Pull Requests

We welcome contributions through pull requests. If you want to contribute code, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-or-bugfix-branch
  3. Make your changes.
  4. Commit your changes: git commit -m "Description of changes"
  5. Push to the branch: git push origin feature-or-bugfix-branch
  6. Open a pull request on GitHub.

Please ensure your pull request adheres to the following guidelines:

  • Follow the PEP 8 style guide.
  • Include tests for new features or bug fixes.
  • Document any new functionality or changes in the README.md or relevant documentation.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

License

By contributing to the Mod Mail Bot project, you agree that your contributions will be licensed under the MIT License.

Thank you for your contribution!