Thanks for wanting to contribute! Here's everything you need to get started.
git clone https://github.com/Solvely-Colin/Quorum.git
cd Quorum
npm install
npm run buildnpm testNote: Test suite is coming soon. For now, manual testing is the way.
npm run lintNote: Linting setup is coming soon.
- TypeScript in strict mode
- ESM modules β no CommonJS
- Keep it clean and readable
- Branch from
main - Use descriptive commit messages
- One feature/fix per PR β keep it focused
- Make sure it builds (
npm run build) - Update docs if your change affects usage
- Search first β your issue might already exist
- Use the templates β they're there to help
- Be specific: steps to reproduce, expected vs actual behavior, environment details
Coming soon. In the meantime: be kind, be constructive, be collaborative.