Thank you for your interest in contributing to the Crosterix Network.
We value clean code, transparent collaboration, and privacy-first principles.
- Use Conventional Commits for all commits:
feat:→ new featurefix:→ bug fixdocs:→ documentation changeschore:→ tooling or maintenance
- Create branches as
feature/<short-name>orfix/<short-name>. - Open Pull Requests (PR) → target develop branch.
- After review and test pass → merged into main.
- All PRs must pass lint and test checks.
- Node.js v20+
- Install dependencies:
npm ci