Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 334 Bytes

File metadata and controls

11 lines (8 loc) · 334 Bytes

Contributing to Deliverify API

Steps

  1. Fork the repo
  2. Create a branch (git checkout -b feature/your-feature)
  3. Commit changes (git commit -m "Add feature")
  4. Push (git push origin feature/your-feature)
  5. Open a Pull Request 🎉

Follow Node.js + Express.js best practices, and ensure tests pass before submitting.