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

  1. Update CHANGELOG.md under an unreleased or versioned heading.
  2. Keep README/docs aligned with CLI output and Python API behavior.

License

Contributions are made under the GPL-3.0 license.