Skip to content

Commit c7e5b60

Browse files
Leoff00toddbaerterka
authored
docs: update contributing align with go-sdk (#820)
Signed-off-by: leoff00 <leof0180@gmail.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Roman Dmytrenko <rdmytrenko@gmail.com>
1 parent 61cc672 commit c7e5b60

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,20 @@ You can run all tests, including e2e tests using the command:
6767
make e2e
6868
```
6969

70+
## Developer Certificate of Origin
71+
Developer Certificate of Origin
72+
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. To sign off that they adhere to these requirements, all commits need to have a Signed-off-by line, like:
73+
74+
```
75+
fix: solve all the problems
76+
77+
Signed-off-by: John Doe <jd@example.org>
78+
```
79+
80+
This is easy to add by using the -s/--signoff flag to git commit.
81+
82+
More info is available in the OpenFeature [community docs](https://openfeature.dev/community/technical-guidelines/#developer-certificate-of-origin).
83+
7084
## Releases
7185

7286
This repo uses _Release Please_ to release packages. Release Please sets up a running PR that tracks all changes for the library components, and maintains the versions according to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), generated when [PRs are merged](https://github.com/amannn/action-semantic-pull-request).

0 commit comments

Comments
 (0)