We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a083e8 commit 07ece8cCopy full SHA for 07ece8c
CONTRIBUTING.md
@@ -25,7 +25,8 @@ There are three important things to know:
25
26
This a checklist of things to keep in your mind when opening pull requests for this project.
27
28
-0. Before pushing anything, validate your pull request with `go test`.
+-1. Before pushing anything, validate your pull request with `go test`
29
+0. Make sure you have signed the [Contributor License Agreement](#contributor-license-agreement)
30
1. Make sure any added dependency is licensed under Apache v2.0 license
31
2. Strive for very high unit-test coverage and favor testing productive code over mocks
32
(mock in depth wherever possible)
0 commit comments