- Fork the repo
- Create a branch (
git checkout -b feature/your-feature) - Commit changes (
git commit -m "Add feature") - Push (
git push origin feature/your-feature) - Open a Pull Request 🎉
Follow Node.js + Express.js best practices, and ensure tests pass before submitting.