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

pull/122/head
Ryzerth 2021-04-28 13:42:05 +02:00
rodzic 7d4fdad6f6
commit 20c47ae8f2
3 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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"
};

Wyświetl plik

@ -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)