Thanks for your interest in contributing! All PrimeLine projects are MIT licensed and welcome contributions.
Open an issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Your environment (OS, Claude Code version, Python version if applicable)
Open an issue describing:
- The problem you're trying to solve
- Your proposed solution
- Alternatives you've considered
- Fork the repo
- Create a branch (
git checkout -b fix/my-fix) - Make your changes
- Test your changes
- Commit with a clear message
- Open a PR against
main
- Python (Kairn, Evolving Lite): ruff for linting and formatting
- Bash (tmux orchestration): shellcheck compatible,
set -euo pipefail - Markdown (UPF, Quantum Lens, Skills): clear headings, no trailing whitespace
Use conventional commits:
feat:new featurefix:bug fixdocs:documentation onlychore:maintenance, dependencies
Open a Discussion in the relevant repo or reach out on X (@PrimeLineAI).