Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Valkey is an open source, in memory datastore released under the [BSD-3 Clause L

Guidelines for contributing can be found in our [CONTRIBUTING.md](https://github.com/valkey-io/valkey/blob/unstable/CONTRIBUTING.md) files across the various repositories.

There is one thing that is often missed when contributing. A Developers Certificate of Origin (DCO) is needed on **every commit** in a pull request (PR). This is done by adding `-s` or `--sign-off` when commiting like so `git commit -s`. This will add a `Signed-off-by` line at the bottom and and thereby agrees to the DCO, which you can find below or at [DeveloperCertificate.org](http://developercertificate.org/). This is a way of certifiying all incoming contributions are correctly attributed and licensed.
There is one thing that is often missed when contributing. A Developers Certificate of Origin (DCO) is needed on **every commit** in a pull request (PR). This is done by adding `-s` or `--sign-off` when committing like so `git commit -s`. This will add a `Signed-off-by` line at the bottom and thereby agrees to the DCO, which you can find below or at [DeveloperCertificate.org](http://developercertificate.org/). This is a way of certifying all incoming contributions are correctly attributed and licensed.