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

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

@@ -7,11 +7,14 @@ namespace sdrpp_credits {
"Alexsey Shestacov", "Alexsey Shestacov",
"Aosync", "Aosync",
"Benjamin Kyd", "Benjamin Kyd",
"Benjamin Vernoux",
"Cropinghigh", "Cropinghigh",
"Howard0su", "Howard0su",
"Joshua Kimsey",
"Martin Hauke", "Martin Hauke",
"Paulo Matias", "Paulo Matias",
"Raov", "Raov",
"Starman0620",
"Szymon Zakrent", "Szymon Zakrent",
"Tobias Mädel" "Tobias Mädel"
}; };

@@ -245,11 +245,14 @@ I will soon publish a contributing.md listing the code style to use.
* [Alexsey Shestacov](https://github.com/wingrime) * [Alexsey Shestacov](https://github.com/wingrime)
* [Aosync](https://github.com/aosync) * [Aosync](https://github.com/aosync)
* [Benjamin Kyd](https://github.com/benkyd) * [Benjamin Kyd](https://github.com/benkyd)
* [Benjamin Vernoux](https://github.com/bvernoux)
* [Cropinghigh](https://github.com/cropinghigh) * [Cropinghigh](https://github.com/cropinghigh)
* [Howard0su](https://github.com/howard0su) * [Howard0su](https://github.com/howard0su)
* [Joshua Kimsey](https://github.com/JoshuaKimsey)
* [Martin Hauke](https://github.com/mnhauke) * [Martin Hauke](https://github.com/mnhauke)
* [Paulo Matias](https://github.com/thotypous) * [Paulo Matias](https://github.com/thotypous)
* [Raov](https://twitter.com/raov_birbtog) * [Raov](https://twitter.com/raov_birbtog)
* [Starman0620](https://github.com/Starman0620)
* [Szymon Zakrent](https://github.com/zakrent) * [Szymon Zakrent](https://github.com/zakrent)
* [Tobias Mädel](https://github.com/Manawyrm) * [Tobias Mädel](https://github.com/Manawyrm)