We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff99e00 + 1f8681c commit f754a3dCopy full SHA for f754a3d
WORKFLOW.md
@@ -40,7 +40,9 @@ experienced contributors will help it through all 5 steps.
40
people involved in prior steps of the workflow. Other contributors (not
41
explicitly invited) are encouraged to provide reviews and suggestions as
42
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.
+ 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.
46
47
5. **Release**: Moving from experimental to release. The experimental
48
"namespace" contains new functionality together with its specification. In
0 commit comments