summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DONE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/DONE.md b/DONE.md
new file mode 100644
index 0000000..45c4da6
--- /dev/null
+++ b/DONE.md
@@ -0,0 +1,8 @@
+# Definition of done
+
+For Changes to this project to be considered done, the following must
+be true:
+
+* any changes for new functionality add tests for the functionality
+* changes are merged to the main branch
+* the automated tests, as invoked by ./check, pass successfully