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 64e33cf commit 618374cCopy full SHA for 618374c
CONTRIBUTING.md
@@ -36,6 +36,7 @@ It is OK to push directly to the `main` branch for small changes for example fix
36
- Add function cool_feature()
37
38
#### Coding style
39
+1. use verbs for the names of functions, nouns for types and structs
40
1. variable and function names lower case, use underscore if needed
41
1. Types and structs CamelCase
42
1. indent with four spaces
0 commit comments