Added new contributors to credits and added file name standards to contributing.md

This commit is contained in:
Ryzerth
2021-04-28 13:42:05 +02:00
parent 7d4fdad6f6
commit 20c47ae8f2
3 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@ TODO
## Naming Convention
- Files: `snake_case.h` `snake_case.cpp`
- Namespaces: `CamelCase`
- Classes: `CamelCase`
- Structs: `CamelCase_t`