Skip to content

Commit c4e0924

Browse files
TimGerlachmichele-mancioppi
authored andcommitted
Update CONTRIBUTING.md
Fix formatting issue
1 parent 07ece8c commit c4e0924

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ There are three important things to know:
2525

2626
This a checklist of things to keep in your mind when opening pull requests for this project.
2727

28-
-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
28+
0. Before pushing anything, validate your pull request with `go test`
29+
1. Make sure you have signed the [Contributor License Agreement](#contributor-license-agreement)
30+
2. Make sure any added dependency is licensed under Apache v2.0 license
31+
3. Strive for very high unit-test coverage and favor testing productive code over mocks
3232
(mock in depth wherever possible)
33-
3. Update the README.md with details of changes to the options
33+
4. Update the README.md with details of changes to the options
3434

3535
Pull requests will be tested and validated by maintainers. In case small changes are needed (e.g., correcting typos), the maintainers may fix those issues themselves.
3636
In case of larger issues, you may be asked to apply modifications to your changes before the Pull Request can be merged.

0 commit comments

Comments
 (0)