Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Meta: Add "Human language policy" to CONTRIBUTING.md | Andreas Kling | |
2021-04-29 | Meta: Add note to CONTRIBUTING.md about pointless GitHub comments | Andreas Kling | |
2021-04-29 | Meta: Simplify & clarify CONTRIBUTING.md somewhat | Andreas Kling | |
Also remove the feature policy section, since it was mostly fluff. It was nice fluff, but made the document less focused. | |||
2021-04-21 | Meta: Add note about new people making large architectural changes | Andreas Kling | |
Ideally, new contributors should hack on the system for a while before attempting to make large architectural changes. This will help ensure that architectural work is more in line with the project direction, and that everyone's time is better spent. | |||
2021-04-18 | Meta: Add a note about spell checking to CONTRIBUTING.md | Andreas Kling | |
It's silly to waste review cycles on spelling, so let's ask that everyone check their spelling before submitting code. | |||
2021-04-13 | Meta: Add link to Discord in CONTRIBUTING.md | Andreas Kling | |
2021-04-08 | Meta: Encourage people to add their personal copyright lines | Andreas Kling | |
2020-12-31 | Meta+Docs+CI: Require clang-format >= 11 | Linus Groh | |
2020-11-12 | Meta: s/Travis/GitHub Actions/ in CONTRIBUTING.md | Linus Groh | |
2020-05-27 | Meta: Update C++ standard to C++20 in CONTRIBUTING.md | Emanuele 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-15 | Docs: Update required clang-format version to 10 in CONTRIBUTING.md | Linus Groh | |
2020-05-04 | Meta: Add a basic "issue policy" to CONTRIBUTING.md | Andreas Kling | |
2020-03-28 | Meta: Add feature policy to contribution guidelines | Conrad Pankoff | |
2020-01-08 | Meta: Reference CodingStyle doc in CONTRIBUTING.md | Dov Alperin | |
2019-10-23 | Meta: Remove CoC (lol) from CONTRIBUTING.md since it has its own file | Andreas Kling | |
2019-10-23 | Meta: Move code of conduct (lol) to a separate file | Andreas Kling | |