Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 1.19 KB

Contributing to Competitive-Python

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.

How to contribute

To contribute to the project, please follow these guidelines:

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes and ensure that the tests pass.
  3. Submit a pull request to the master branch with a clear description of your changes.

Code style

We follow the PEP 8 style guide for Python code. Please ensure that your code adheres to these standards.

Testing

Please include tests with your contribution to ensure that it functions correctly and does not break existing functionality.

Documentation

Improvements to the documentation are always appreciated. If you notice any errors or omissions, please submit a pull request with your changes.

Issues and bug reports

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!