Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 1.22 KB

Contributing

Thank you for your interest in loopback-connector-remote, an open source project administered by StrongLoop.

Contributing to loopback-connector-remote is easy. In a few simple steps:

Developer Certificate of Origin

This project uses DCO. Be sure to sign off your commits using the -s flag or adding Signed-off-By: Name<Email> in the commit message.

Example

git commit -s -m "feat: my commit message"

Also see the Contributing to LoopBack to get you started.