Contributing to Markdrop
August 9, 2026 ยท View on GitHub
Development setup
git clone https://github.com/shoryasethia/markdrop.git
cd markdrop
python -m venv .venv
# Windows: .venv\Scripts\activate
# macOS/Linux: source .venv/bin/activate
pip install -e .
Pull request checklist
- Update
CHANGELOG.mdunder an unreleased or versioned heading. - Keep README/docs aligned with CLI output and Python API behavior.
License
Contributions are made under the GPL-3.0 license.