|
| 1 | +# Contributing to Competitive-Python |
| 2 | + |
| 3 | +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. |
| 4 | + |
| 5 | +## How to contribute |
| 6 | + |
| 7 | +To contribute to the project, please follow these guidelines: |
| 8 | + |
| 9 | +1. Fork the repository and create a new branch for your contribution. |
| 10 | +2. Make your changes and ensure that the tests pass. |
| 11 | +3. Submit a pull request to the master branch with a clear description of your changes. |
| 12 | + |
| 13 | +## Code style |
| 14 | + |
| 15 | +We follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide for Python code. Please ensure that your code adheres to these standards. |
| 16 | + |
| 17 | +## Testing |
| 18 | + |
| 19 | +Please include tests with your contribution to ensure that it functions correctly and does not break existing functionality. |
| 20 | + |
| 21 | +## Documentation |
| 22 | + |
| 23 | +Improvements to the documentation are always appreciated. If you notice any errors or omissions, please submit a pull request with your changes. |
| 24 | + |
| 25 | +## Issues and bug reports |
| 26 | + |
| 27 | +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. |
| 28 | + |
| 29 | +Thank you for your contributions! |
0 commit comments