mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 16:11:48 +00:00
Add DCO signoff ref to contributing doc
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
884c6ebd37
commit
d03944893d
1 changed files with 13 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Flux is [Apache 2.0
|
Flux is [Apache 2.0 licensed](https://github.com/fluxcd/flux2/blob/main/LICENSE) and
|
||||||
licensed](https://github.com/fluxcd/flux2/blob/main/LICENSE) and
|
|
||||||
accepts contributions via GitHub pull requests. This document outlines
|
accepts contributions via GitHub pull requests. This document outlines
|
||||||
some of the conventions on to make it easier to get your contribution
|
some of the conventions on to make it easier to get your contribution
|
||||||
accepted.
|
accepted.
|
||||||
|
|
@ -14,9 +13,18 @@ code.
|
||||||
By contributing to this project you agree to the Developer Certificate of
|
By contributing to this project you agree to the Developer Certificate of
|
||||||
Origin (DCO). This document was created by the Linux Kernel community and is a
|
Origin (DCO). This document was created by the Linux Kernel community and is a
|
||||||
simple statement that you, as a contributor, have the legal right to make the
|
simple statement that you, as a contributor, have the legal right to make the
|
||||||
contribution. No action from you is required, but it's a good idea to see the
|
contribution.
|
||||||
[DCO](DCO) file for details before you start contributing code to FluxCD
|
|
||||||
organization.
|
We require all commits to be signed. By signing off with your signature, you
|
||||||
|
certify that you wrote the patch or otherwise have the right to contribute the
|
||||||
|
material by the rules of the [DCO](DCO):
|
||||||
|
|
||||||
|
`Signed-off-by: Jane Doe <jane.doe@example.com>`
|
||||||
|
|
||||||
|
The signature must contain your real name
|
||||||
|
(sorry, no pseudonyms or anonymous contributions)
|
||||||
|
If your `user.name` and `user.email` are configured in your Git config,
|
||||||
|
you can sign your commit automatically with `git commit -s`.
|
||||||
|
|
||||||
## Communications
|
## Communications
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue