Thanks for your interest in contributing!
git clone https://github.com/shuhulx/mergelens.git
cd mergelens
pip install -e ".[dev]"
pre-commit installmake test # run tests
make lint # run linters
make format # auto-format
make ci # full CI check- Fork the repo and create a branch
- Make your changes
- Run
make cito verify - Submit a PR
Please open an issue first for major changes.