summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2023-10-14 21:41:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2023-10-14 21:41:03 +0100
commit55ce8d0f3b0ee4b7d5e5cdced11d27d705864fd2 (patch)
tree23a4ede6d274c75682c65734538bfeceec7275a3 /CONTRIBUTING.md
parentfad6b58ff06aa467ac8e9d77de5c33743b19359a (diff)
downloadsubplot-55ce8d0f3b0ee4b7d5e5cdced11d27d705864fd2.tar.gz
CONTRIBUTING: Document our expectation of DCO
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 87bdfb2..9ebaf1a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,6 +78,16 @@ get there in the best possible way. You should tell the story of
flying by plane to get somewhere, not how you explored the world and
eventually invented flying machines to travel faster.
+**Sign off your commits:** The commits in a merge request must each
+individually carry a `Signed-off-by` footer. This footer should
+identify the entity which has checked the commit and confirmed that
+it is acceptable for it to be contributed to the Subplot project.
+
+The Subplot project requires that each contribution to it meets
+the assertions listed in the Developer Certificate of Origin version
+1.1 (the text of which can be found in `DCO-1-1.txt` alongside this
+document).
+
# Definition of done
When a change is made to Subplot, it must meet the following minimum