Skip to content
Snippets Groups Projects
Commit 929be229 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

contributing: Add section for Eclipse Contributor Agreement


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 20ebe6e0
No related branches found
No related tags found
1 merge request!39contributing: Add section for Eclipse Contributor Agreement
...@@ -100,6 +100,7 @@ log "Converting to markdown..." ...@@ -100,6 +100,7 @@ log "Converting to markdown..."
pandoc -s --toc --markdown-headings=atx --wrap=none -t gfm \ pandoc -s --toc --markdown-headings=atx --wrap=none -t gfm \
--lua-filter="$SCRIPT_PATH/CONTRIBUTING.lua" \ --lua-filter="$SCRIPT_PATH/CONTRIBUTING.lua" \
"$SCRIPT_PATH/../definitions.rst" \ "$SCRIPT_PATH/../definitions.rst" \
"$SCRIPT_PATH/eca.rst" \
"$SCRIPT_PATH/gitlab.rst" \ "$SCRIPT_PATH/gitlab.rst" \
"$SCRIPT_PATH/reuse.rst" \ "$SCRIPT_PATH/reuse.rst" \
"$SCRIPT_PATH/dco.rst" \ "$SCRIPT_PATH/dco.rst" \
......
.. SPDX-FileCopyrightText: Huawei Inc.
..
.. SPDX-License-Identifier: CC-BY-4.0
.. include:: ../definitions.rst
Eclipse Contributor Agreement
#############################
Before your contribution can be accepted by the project team, contributors must
electronically sign the
`Eclipse Contributor Agreement (ECA) <http://www.eclipse.org/legal/ECA.php>`_.
Commits must have a Signed-off-by field in the footer indicating that the
author is aware of the terms by which the contribution has been provided to the
project. Also, an associated Eclipse Foundation account needs to be in place
with a signed Eclipse Contributor Agreement on file. These requirements
are enforced by the Eclipse Foundation infrastructure tooling.
For more information, please see the
`Eclipse Committer Handbook <https://www.eclipse.org/projects/handbook/#resources-commit>`_.
...@@ -17,6 +17,7 @@ requirements. ...@@ -17,6 +17,7 @@ requirements.
:maxdepth: 1 :maxdepth: 1
quick-start-contribution-onboarding quick-start-contribution-onboarding
eca
gitlab gitlab
reuse reuse
dco dco
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment