From 1f8681c5347a2000b11cc4a2741a1564558334b8 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 30 May 2020 22:36:19 +0200 Subject: [PATCH] explicitly state that unit tests are required --- WORKFLOW.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WORKFLOW.md b/WORKFLOW.md index 4cc391f93..5e030735b 100644 --- a/WORKFLOW.md +++ b/WORKFLOW.md @@ -40,7 +40,9 @@ experienced contributors will help it through all 5 steps. people involved in prior steps of the workflow. Other contributors (not explicitly invited) are encouraged to provide reviews and suggestions as well. Iterate until all (or most) participants are on the same page. - We can merge when there is vast majority approval of the PR. + A merge is permitted if there are unit tests for a majority of the possible + calling scenarios (with or without optional arguments, with arguments that + trigger an error) and if there is vast majority approval of the PR. 5. **Release**: Moving from experimental to release. The experimental "namespace" contains new functionality together with its specification. In