Skip to content

Commit d810d74

Browse files
committed
Finishing touches for 2.6.0 release
1 parent d492e64 commit d810d74

File tree

5 files changed

+105
-104
lines changed

5 files changed

+105
-104
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ The general rules are:
2424
- Keep indentations at a minimum
2525
- Don't create huge one-liners, try to break down statements line by line
2626
- Write as few lines as possible for what you're trying to achieve
27-
- Document your code and intentions very clearly, but don't overdo them for very obvious code.
28-
- Avoid `std::function`, `std::shared_ptr`, `std::bind`, `std::list`, or very obscure C++ features.
27+
- Document your code and intentions very clearly, but don't overdo them for very obvious code
28+
- Avoid `std::function`, `std::shared_ptr`, `std::bind`, `std::list`, or very obscure C++ features
2929
- Indent size should be 4 spaces
30+
- Use "We" instead of the first person when commenting
3031

3132
There are other formatting rules, which will be covered with a demonstration:
3233

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ And if you found this project useful, a star would be appreciated :)
303303
- [luukjp](https://github.com/luukjp)
304304
- [Randark](https://github.com/Randark-JMT)
305305
- [Scrut1ny](https://github.com/Scrut1ny)
306+
- [Lorenzo Rizzotti (Dreaming-Codes)](https://github.com/Dreaming-Codes)
306307

307308
<br>
308309

0 commit comments

Comments
 (0)