summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-29 07:37:15 +0200
committerLars Wirzenius <liw@liw.fi>2020-10-29 07:37:15 +0200
commit9c32b7baf253344982bcc355eebae136b86588b3 (patch)
tree09d1626283c12172c849942a2227eed66ca2fc1e /CONTRIBUTING.md
parentcd36829538a1d3463bc259c6b22055235ce44cb6 (diff)
downloadsubplot-9c32b7baf253344982bcc355eebae136b86588b3.tar.gz
doc: add a definition of done
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a7982e8..bc3c3de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -75,3 +75,16 @@ The goal is not to show the path you originally took, but show how to
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.
+
+
+# Definition of done
+
+When a change is made to Subplot, it must meet the following minimum
+requirements to be considered "done": finished and not requiring
+further work or attention.
+
+* if review of the change (in an MR or otherwise) has raised any
+ issues, they have been resolved or filed as issues
+* the change has been merged to the main branch
+* ./check passes after the merge
+* all relevant issues have been updated appropriately or closed