Thank you for expressing your interest in contributing to LLMstudio. To ensure that your contribution aligns with our guidelines, please carefully review the following considerations before proceeding:
- For feature requests, we recommend creating a GitHub Issue on our repository. If it's your first time contributing, maybe start with a good first issue
- Clone the repo and make your changes on a local branch
- Follow our repo guidelines
- Ensure that you update any relevant docstrings and comments within your code
- Run
pre-commit run --all-files
to lint your code
- All development happens in per-feature branches prefixed by contributor's
initials. For example
feat/feature_name
. - Approved PRs are merged to the
main
branch.