Contribution Guide
Workflow and standards for contributing confidently.
Workflow
contribute.sh
git checkout -b feat/button-variant
npm run dev
npm run build
npm run test
git commit -m "feat(button): add outline"
git push origin HEAD
open PRStandards
- Components: PascalCase
- Hooks: useName
- Files: kebab-case.tsx

