You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Pull Requests (PRs) are the main and exclusive way to contribute code to source{
34
34
In order for a PR to be accepted it needs to pass a list of requirements:
35
35
36
36
- The contribution must be correctly explained with natural language and providing a minimum working example that reproduces it.
37
-
- All PRs must be written idiomaticly:
37
+
- All PRs must be written idiomatically:
38
38
- for Go: formatted according to [gofmt](https://golang.org/cmd/gofmt/), and without any warnings from [go lint](https://github.com/golang/lint) nor [go vet](https://golang.org/cmd/vet/)
39
39
- for other languages, similar constraints apply.
40
40
- They should in general include tests, and those shall pass.
@@ -54,4 +54,4 @@ The format can be described more formally as follows:
0 commit comments