loopback-connector-rest
Version: 
Loopback REST Connector
39 lines (23 loc) • 1.21 kB
Markdown
### Contributing ###
Thank you for your interest in `loopback-connector-rest`, an open source project
administered by StrongLoop.
Contributing to `loopback-connector-rest` is easy. In a few simple steps:
  * Ensure that your effort is aligned with the project's roadmap by
    talking to the maintainers, especially if you are going to spend a
    lot of time on it.
  * Make something better or fix a bug.
  * Adhere to code style outlined in the [Google C++ Style Guide][] and
    [Google Javascript Style Guide][].
  * Sign the [Developer Certificate of Origin](#developer-certificate-of-origin)
  * Submit a pull request through Github.
### Developer Certificate of Origin
This project uses [DCO](https://developercertificate.org/). 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](https://loopback.io/doc/en/contrib/code-contrib.html) to get you started.
[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html
[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml