Emanuele Torre
0d5b43552d
Meta: Update C++ standard to C++20 in CONTRIBUTING.md
...
We are compiling with `-std=c++2a` and we are using some C++20 features,
e.g. in Kernel/VM/Region.h
bool m_shared : 1 { false };
bool m_user_accessible : 1 { false };
bool m_cacheable : 1 { false };
bool m_stack : 1 { false };
bool m_mmap : 1 { false };
2020-05-27 11:22:14 +02:00
Linus Groh
85f2987848
Docs: Update required clang-format version to 10 in CONTRIBUTING.md
2020-05-15 12:26:23 +02:00
Andreas Kling
2fdeb464f7
Meta: Add a basic "issue policy" to CONTRIBUTING.md
2020-05-04 13:49:15 +02:00
Conrad Pankoff
f1a074a262
Meta: Add feature policy to contribution guidelines
2020-03-28 10:57:09 +01:00
Dov Alperin
dacec1a7ee
Meta: Reference CodingStyle doc in CONTRIBUTING.md
2020-01-08 19:41:20 +01:00
Andreas Kling
0c4c4c48f2
Meta: Remove CoC (lol) from CONTRIBUTING.md since it has its own file
2019-10-23 12:19:41 +02:00
Andreas Kling
62b8cf6644
Meta: Move code of conduct (lol) to a separate file
2019-10-23 10:05:06 +02:00