Skip to content

Commit 35e032d

Browse files
authored
chore: add contributing section to readme (#1858)
Signed-off-by: Diana Lau <[email protected]>
1 parent a0f1d4a commit 35e032d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,18 @@ npm install loopback-connector-mongodb // in this case, the mongodb connector
3333
See the [LoopBack documentation](http://loopback.io/doc/en/lb3/index.html).
3434

3535
For information on data source connectors, see [Connecting models to data sources](https://loopback.io/doc/en/lb3/Connecting-models-to-data-sources.html).
36+
37+
38+
## Contributing
39+
40+
This project uses [DCO](https://developercertificate.org/). Be sure to sign off
41+
your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the
42+
commit message.
43+
44+
**Example**
45+
46+
```
47+
git commit -s -m "feat: my commit message"
48+
```
49+
50+
Also see the [Contributing to LoopBack](https://loopback.io/doc/en/contrib/code-contrib.html) to get you started.

0 commit comments

Comments
 (0)