Skip to content

Commit 618374c

Browse files
committed
Add one point to coding style
1 parent 64e33cf commit 618374c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ It is OK to push directly to the `main` branch for small changes for example fix
3636
- Add function cool_feature()
3737

3838
#### Coding style
39+
1. use verbs for the names of functions, nouns for types and structs
3940
1. variable and function names lower case, use underscore if needed
4041
1. Types and structs CamelCase
4142
1. indent with four spaces

0 commit comments

Comments
 (0)