Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
d0394489
Unverified
Commit
d0394489
authored
4 years ago
by
Stefan Prodan
Browse files
Options
Downloads
Patches
Plain Diff
Add DCO signoff ref to contributing doc
Signed-off-by:
Stefan Prodan
<
stefan.prodan@gmail.com
>
parent
884c6ebd
Loading
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+13
-5
13 additions, 5 deletions
CONTRIBUTING.md
with
13 additions
and
5 deletions
CONTRIBUTING.md
+
13
−
5
View file @
d0394489
# Contributing
Flux is
[
Apache 2.0
licensed
](
https://github.com/fluxcd/flux2/blob/main/LICENSE
)
and
Flux is
[
Apache 2.0 licensed
](
https://github.com/fluxcd/flux2/blob/main/LICENSE
)
and
accepts contributions via GitHub pull requests. This document outlines
some of the conventions on to make it easier to get your contribution
accepted.
...
...
@@ -14,9 +13,18 @@ code.
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
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
[
DCO
](
DCO
)
file for details before you start contributing code to FluxCD
organization.
contribution.
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment