From 20c47ae8f26430d5ed42b519870537e10befffdd Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Wed, 28 Apr 2021 13:42:05 +0200 Subject: [PATCH] Added new contributors to credits and added file name standards to contributing.md --- contributing.md | 1 + core/src/credits.cpp | 3 +++ readme.md | 3 +++ 3 files changed, 7 insertions(+) diff --git a/contributing.md b/contributing.md index 75e69876..35e88a43 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 e331e46d..4f08409c 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 10819ad1..b392835f 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)