Thanks for your interest in contributing to a QuantLinc project.
- Fork the repo + clone locally
- Create a branch:
git checkout -b your-name/short-description - Make your changes; keep commits focused and signed (
git commit -S) - Run tests if the repo has them (
npm test/pytest/ etc.) - Open a pull request against
main
We use the linters + formatters configured per repo (npm run lint, prettier --write, etc.). Run them locally before pushing.
Conventional commits preferred — e.g.:
feat(api): add /v2/orgs endpointfix(auth): handle expired refresh tokenschore: bump depsdocs: explain CAA records
Open a GitHub issue with a clear repro, expected vs. actual behavior, environment details.
Don't open a public issue. See SECURITY.md and email security@quantl.click.
By participating you agree to follow the Code of Conduct.