Thank you for your interest in contributing!
- Fork the repo
- Create a feature branch (
git checkout -b feature/xyz) - Make changes
- Commit changes (
git commit -m "feat: add xyz") - Push branch (
git push origin feature/xyz) - Open a Pull Request
- Use TypeScript
- Follow NestJS conventions
- Run
npm run lintbefore committing