aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-01-30 17:40:01 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-01-30 17:47:02 +0000
commitb5f7df527e374ac0aaeabc51ab9029d4a40748c9 (patch)
treedce1fdf090e31367ee421725ce51c498b7aa4cc1
parent969eea33b0d4f4eaea17d67515f4a2af5ac20a9c (diff)
downloadarmnn-b5f7df527e374ac0aaeabc51ab9029d4a40748c9.tar.gz
IVGCVSW-2522 Add DCO requirement to Contributor Guide
Change-Id: Ieb3d69317395ef4ed1ef631ae98b4277db3d2e49 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
-rw-r--r--ContributorGuide.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ContributorGuide.md b/ContributorGuide.md
index 382b719259..9ec1704aa0 100644
--- a/ContributorGuide.md
+++ b/ContributorGuide.md
@@ -4,6 +4,16 @@ The ArmNN project is open for external contributors and welcomes contributions.
under the [MIT license](https://spdx.org/licenses/MIT.html) and all accepted contributions must have
the same license.
+## Developer Certificate of Origin (DCO)
+
+Before the ArmNN project accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/).
+
+To indicate that you agree to the the terms of the DCO, you "sign off" your contribution by adding a line with your name and e-mail address to every git commit message:
+
+Signed-off-by: John Doe <john.doe@example.org>
+
+You must use your real name, no pseudonyms or anonymous contributions are accepted.
+
## Releases
Official ArmNN releases are published through the official [ArmNN Github repository](https://github.com/ARM-software/armnn).