Skip to content

Commit

Permalink
created CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Aug 18, 2022
1 parent c6be272 commit 56b377c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ int myVariable; // Correct
```
Names should not be capitalized unless otherwise stated.
<<<<<<< HEAD
<<<<<<< HEAD
=======
### Packages/libraries
Separate programs should be written in separate folders (i.e 'packages'). Separate packages should be written under their own namespace, with the exception of classes:
Expand Down Expand Up @@ -60,6 +61,8 @@ This way, everything related to `MyLibrary` is addressible either through `MyLib
#### Namespaces are important
Namespace curly braces should begin on their own new lines.
>>>>>>> 5d74d0b (created CONTRIBUTING.md)
=======
>>>>>>> 3693974 (created CONTRIBUTING.md)
### Classes
#### Header files
Classes should always be templated in `.h` files.
Expand Down

0 comments on commit 56b377c

Please sign in to comment.