Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.15 KB

COLLABORATION.md

File metadata and controls

27 lines (19 loc) · 1.15 KB

Collaboration Guidelines

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.

Code Style

  • 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.

Pull Request Process

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Make your changes in the new branch.
  3. Write tests to cover your changes.
  4. Ensure all tests pass and your code is linted.
  5. Submit a pull request with a clear description of your changes.

Issue Reporting

  • 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.