Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 445 Bytes

File metadata and controls

20 lines (16 loc) · 445 Bytes

CONTRIBUTING

Install

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

How to Contribute

  1. Branch: Create a feature branch from main.
  2. Develop: Make your changes.
  3. Commit: Follow the Commit Rules below.
  4. PR: Push your branch and open a Pull Request.