diff --git a/contributing.md b/contributing.md index 75e6987..35e88a4 100644 --- a/contributing.md +++ b/contributing.md @@ -6,6 +6,7 @@ TODO ## Naming Convention +- Files: `snake_case.h` `snake_case.cpp` - Namespaces: `CamelCase` - Classes: `CamelCase` - Structs: `CamelCase_t` diff --git a/core/src/credits.cpp b/core/src/credits.cpp index e331e46..4f08409 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -7,11 +7,14 @@ namespace sdrpp_credits { "Alexsey Shestacov", "Aosync", "Benjamin Kyd", + "Benjamin Vernoux", "Cropinghigh", "Howard0su", + "Joshua Kimsey", "Martin Hauke", "Paulo Matias", "Raov", + "Starman0620", "Szymon Zakrent", "Tobias Mädel" }; diff --git a/readme.md b/readme.md index 10819ad..b392835 100644 --- a/readme.md +++ b/readme.md @@ -245,11 +245,14 @@ I will soon publish a contributing.md listing the code style to use. * [Alexsey Shestacov](https://github.com/wingrime) * [Aosync](https://github.com/aosync) * [Benjamin Kyd](https://github.com/benkyd) +* [Benjamin Vernoux](https://github.com/bvernoux) * [Cropinghigh](https://github.com/cropinghigh) * [Howard0su](https://github.com/howard0su) +* [Joshua Kimsey](https://github.com/JoshuaKimsey) * [Martin Hauke](https://github.com/mnhauke) * [Paulo Matias](https://github.com/thotypous) * [Raov](https://twitter.com/raov_birbtog) +* [Starman0620](https://github.com/Starman0620) * [Szymon Zakrent](https://github.com/zakrent) * [Tobias Mädel](https://github.com/Manawyrm)