Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1.04 KB

Contributing

Thank you for your interest in strong-soap, an open source project as part of LoopBack.

Contributing to strong-soap 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"