Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 950 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 950 Bytes

LLMstudio Contribution Guide

Contribution Guidelines

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:

  1. 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
  2. Clone the repo and make your changes on a local branch
  3. 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

Branches

  • 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.