summaryrefslogtreecommitdiff
path: root/DONE.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-16 16:27:24 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-16 16:27:24 +0300
commitf6f41ad2e50dcb487b254655ee1399fde81b9853 (patch)
treebc2cdca290d5bb5b498c295cfa05a1a1e3a2903a /DONE.md
parent2240d6702c9043a4aeea42954797a30d625e8bf4 (diff)
downloadobnam2-f6f41ad2e50dcb487b254655ee1399fde81b9853.tar.gz
doc: add definition of done
Diffstat (limited to 'DONE.md')
-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