Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 582 Bytes

File metadata and controls

16 lines (12 loc) · 582 Bytes

Contributing

Prerequisites: Python 3.12+, uv (or pip).

  1. Fork https://github.com/mambo-wang/CodeWiki-Plus on GitHub, then:
git clone https://github.com/<YOUR_USERNAME>/CodeWiki-Plus.git
cd CodeWiki-Plus
git remote add upstream https://github.com/mambo-wang/CodeWiki-Plus.git
uv sync --frozen          # installs project dependencies
uv run pre-commit install # enables ruff check + format on commit
uv run pytest -q          # verify setup
  1. Create a feature branch, push to your fork, and open a PR against mambo-wang:develop.