Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 587 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 587 Bytes

Contributing

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