Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1019 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1019 Bytes

Contributing to LocalLab

Thank you for your interest in contributing to LocalLab. We welcome contributions from the community!

How to Contribute

  • Fork the repository and create a new branch specific to your changes.
  • Maintain code consistency by following the existing style and architecture.
  • Write tests for new functionality and ensure all tests pass before submitting a pull request.
  • Submit a clear and detailed pull request describing your changes.

Reporting Issues

  • Use the GitHub issues section to report bugs or suggest improvements.
  • Provide detailed reproduction steps, error messages, and your environment details.

Code Guidelines

  • Follow PEP8 for Python code and maintain clear, concise documentation.
  • For markdown files, ensure proper formatting and clarity.
  • Regularly pull updates from the main branch to minimize merge conflicts.

Pull Request Process

  • Your PR will be reviewed by the maintainers.
  • Respond to feedback promptly to help move your contribution forward.