Thanks for your interest in contributing!
git clone https://github.com/bssm-oss/CodeAgora.git
cd CodeAgora
pnpm install
pnpm build
pnpm testpnpm test— run all testspnpm typecheck— type checkpnpm lint— lintpnpm build— build
- Fork the repo and create your branch from
main - Add tests for new functionality
- Ensure all tests pass (
pnpm test) - Ensure type check passes (
pnpm typecheck) - Open a PR with a clear description
feat:new featurefix:bug fixrefactor:refactoringtest:test additions/changesdocs:documentationchore:build/config changes
Use GitHub Issues. Include:
- Steps to reproduce
- Expected vs actual behavior
- Node.js version and OS
See CODE_OF_CONDUCT.md.