Thank you for your interest in contributing to the Competitive-Python project! We welcome all contributions, including bug fixes, new features, documentation improvements, and more.
To contribute to the project, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and ensure that the tests pass.
- Submit a pull request to the master branch with a clear description of your changes.
We follow the PEP 8 style guide for Python code. Please ensure that your code adheres to these standards.
Please include tests with your contribution to ensure that it functions correctly and does not break existing functionality.
Improvements to the documentation are always appreciated. If you notice any errors or omissions, please submit a pull request with your changes.
If you encounter any issues or bugs with the project, please open a new issue in the issue tracker with a clear description of the problem and any relevant details.
Thank you for your contributions!