Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 601 Bytes

File metadata and controls

19 lines (14 loc) · 601 Bytes

Contributing to Eventify API

We’re thrilled that you want to contribute to Eventify API 🎉

💡 How to Contribute

  1. Fork this repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit changes (git commit -m "Add new feature")
  4. Push to your branch (git push origin feature/your-feature)
  5. Open a Pull Request 🚀

🧭 Guidelines

  • 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