Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.05 KB

Contributing

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

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