summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2020-06-12 11:38:24 +1000
committerDamien George <damien.p.george@gmail.com>2020-06-12 13:32:22 +1000
commit5093597542de86714a1eb5a8a4463d4234c2f2cd (patch)
tree6b1c7bcbc0842bab7f8d8bb2e1baa316dc597482 /CONTRIBUTING.md
parent2b9900380ad2d0ab232e5e3a93c64aaddf90c55a (diff)
top: Update contribution and commit guide to include optional sign-off.
MicroPython already requires contributors to implicitly sign-off on a set of points, which are listed in CODECONVENTIONS.md. This commit adjusts this wording to allow explicit sign-off using the git "Signed-off-by:" feature. There is no reference made to https://developercertificate.org/ because the project already has its own version of this. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 06f970607..73004ac51 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,6 @@ make sure that you are acquainted with Contributor Guidelines:
https://github.com/micropython/micropython/wiki/ContributorGuidelines
-and Code Conventions:
+as well as the Code Conventions, which includes details of how to commit:
https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.md