summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2020-05-27Meta: Update C++ standard to C++20 in CONTRIBUTING.mdEmanuele Torre
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-15Docs: Update required clang-format version to 10 in CONTRIBUTING.mdLinus Groh
2020-05-04Meta: Add a basic "issue policy" to CONTRIBUTING.mdAndreas Kling
2020-03-28Meta: Add feature policy to contribution guidelinesConrad Pankoff
2020-01-08Meta: Reference CodingStyle doc in CONTRIBUTING.mdDov Alperin
2019-10-23Meta: Remove CoC (lol) from CONTRIBUTING.md since it has its own fileAndreas Kling
2019-10-23Meta: Move code of conduct (lol) to a separate fileAndreas Kling