Skip to content

Commit f754a3d

Browse files
authored
Merge pull request #207 from MarDiehl/merge-to-experimental-requires-tests
explicitly state that unit tests are required
2 parents ff99e00 + 1f8681c commit f754a3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WORKFLOW.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ experienced contributors will help it through all 5 steps.
4040
people involved in prior steps of the workflow. Other contributors (not
4141
explicitly invited) are encouraged to provide reviews and suggestions as
4242
well. Iterate until all (or most) participants are on the same page.
43-
We can merge when there is vast majority approval of the PR.
43+
A merge is permitted if there are unit tests for a majority of the possible
44+
calling scenarios (with or without optional arguments, with arguments that
45+
trigger an error) and if there is vast majority approval of the PR.
4446

4547
5. **Release**: Moving from experimental to release. The experimental
4648
"namespace" contains new functionality together with its specification. In

0 commit comments

Comments
 (0)