mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Added new contributors to credits and added file name standards to contributing.md
This commit is contained in:
parent
7d4fdad6f6
commit
20c47ae8f2
@ -6,6 +6,7 @@ TODO
|
||||
|
||||
## Naming Convention
|
||||
|
||||
- Files: `snake_case.h` `snake_case.cpp`
|
||||
- Namespaces: `CamelCase`
|
||||
- Classes: `CamelCase`
|
||||
- Structs: `CamelCase_t`
|
||||
|
@ -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"
|
||||
};
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user