loopback-connector-remote/CONTRIBUTING.md

1.2 KiB

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.