Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.17 KB

File metadata and controls

47 lines (33 loc) · 1.17 KB

Contributing to PrimeLine

Thanks for your interest in contributing! All PrimeLine projects are MIT licensed and welcome contributions.

How to Contribute

Bug Reports

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)

Feature Requests

Open an issue describing:

  • The problem you're trying to solve
  • Your proposed solution
  • Alternatives you've considered

Pull Requests

  1. Fork the repo
  2. Create a branch (git checkout -b fix/my-fix)
  3. Make your changes
  4. Test your changes
  5. Commit with a clear message
  6. Open a PR against main

Code Style

  • 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

Commit Messages

Use conventional commits:

  • feat: new feature
  • fix: bug fix
  • docs: documentation only
  • chore: maintenance, dependencies

Questions?

Open a Discussion in the relevant repo or reach out on X (@PrimeLineAI).