You need git and pipx.
pipx install pdm
pipx install python-semantic-release
git clone https://github.com/D7x7z49/llm-api-scope
cd llm-api-scope
pdm install
pdm run pre-commit install- Branch: Create a feature branch from
main. - Develop: Make your changes.
- Commit: Follow the Commit Rules below.
- PR: Push your branch and open a Pull Request.