Welcome to the DePixel project! We appreciate your interest in contributing to our repository. To ensure a smooth and efficient collaboration process, please follow the guidelines outlined below.
- Follow PEP 8 guidelines for Python code.
- Use meaningful variable and function names.
- Write clear and concise comments to explain your code.
- Ensure your code is properly formatted and linted before submitting a pull request.
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes in the new branch.
- Write tests to cover your changes.
- Ensure all tests pass and your code is linted.
- Submit a pull request with a clear description of your changes.
- Before opening a new issue, please check if the issue already exists in the issue tracker.
- Provide a clear and detailed description of the issue.
- Include steps to reproduce the issue, if applicable.
- Attach relevant logs or screenshots to help us understand the problem.
Thank you for contributing to DePixel! Your efforts help us improve the project and make it more robust.