UNPKG

1.11 kBMarkdownView Raw
1### Contributing ###
2
3Thank you for your interest in `loopback-connector`, an open source project
4administered by StrongLoop.
5
6Contributing to `loopback-connector` is easy. In a few simple steps:
7
8 * Ensure that your effort is aligned with the project's roadmap by
9 talking to the maintainers, especially if you are going to spend a
10 lot of time on it.
11
12 * Make something better or fix a bug.
13
14 * Adhere to code style outlined in the [Google C++ Style Guide][] and
15 [Google Javascript Style Guide][].
16
17 * Sign the [Contributor License Agreement](https://cla.strongloop.com/agreements/strongloop/loopback-connector)
18
19 * Submit a pull request through Github.
20
21### Developer Certificate of Origin
22
23This project uses [DCO](https://developercertificate.org/). Be sure to sign off
24your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the
25commit message.
26
27**Example**
28
29```
30git commit -s -m "feat: my commit message"
31```
32
33[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html
34[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml