We’re thrilled that you want to contribute to Eventify API 🎉
- Fork this repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/your-feature) - Open a Pull Request 🚀
- Follow NestJS coding standards and linting rules
- Include meaningful commit messages
- Add or update unit tests when applicable
- Ensure all tests pass before PR submission
- Update the README or docs if relevant