- Fork this repository
- Clone your fork:
git clone [email protected]:{your-username}/Express-REST-API-Template.git
- Create a branch for your contribution:
git checkout -b {branch-name-for-contribution}
- Push your changes back to GitHub:
git push --set-upstream origin {branch-name-for-contribution}
- Open a Pull Request with your changes