mirror of
https://github.com/aristocratos/btop.git
synced 2026-04-21 10:47:47 +02:00
Update contributing guidelines
This commit is contained in:
committed by
GitHub
parent
5e340a59cf
commit
436c24af08
@@ -34,9 +34,9 @@
|
||||
|
||||
* Use [RAII](https://en.cppreference.com/w/cpp/language/raii).
|
||||
|
||||
* Make use of the standard algorithms library, (re)watch [C++ Seasoning](https://www.youtube.com/watch?v=W2tWOdzgXHA) and [105 STL Algorithms](https://www.youtube.com/watch?v=bFSnXNIsK4A) for inspiration.
|
||||
* Make use of the standard algorithms library, watch [C++ Seasoning](https://www.youtube.com/watch?v=W2tWOdzgXHA) and [105 STL Algorithms](https://www.youtube.com/watch?v=bFSnXNIsK4A) for inspiration.
|
||||
|
||||
* Make use of the included [robin_hood unordered map & set](https://github.com/martinus/robin-hood-hashing)
|
||||
* Use the included `fmt` library for string formatting, see issue #535 for more info and examples.
|
||||
|
||||
* Do not add includes if the same functionality can be achieved using the already included libraries.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user