Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 534 Bytes

File metadata and controls

30 lines (22 loc) · 534 Bytes

Contributing to MergeLens

Thanks for your interest in contributing!

Development Setup

git clone https://github.com/shuhulx/mergelens.git
cd mergelens
pip install -e ".[dev]"
pre-commit install

Running Tests

make test        # run tests
make lint        # run linters
make format      # auto-format
make ci          # full CI check

Pull Requests

  1. Fork the repo and create a branch
  2. Make your changes
  3. Run make ci to verify
  4. Submit a PR

Please open an issue first for major changes.