Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-14 | Everywhere: Use new discord invite url :^) | networkException | |
Replaces all instances of the previous discord invite link with a shiny new vanity url. | |||
2021-06-14 | Meta: Request that new contributors don't start with new app/lib | Andreas Kling | |
It's strongly preferred that new contributors get comfortable with the system and the project by working on smaller and/or existing things before adding entirely new components to it. | |||
2021-06-09 | Meta: Remove references to the abandoned IRC channel | Andreas Kling | |
2021-06-07 | CONTRIBUTING.md: Add Pull Request Q&A section | Nick Miller | |
This is an attempt to clarify general pull request etiquette. Answers are copied verbatim from `@awesomekling`'s responses in Discord. | |||
2021-06-03 | Meta: Add a guideline about bare metal issues | Liav A | |
2021-05-23 | Meta: Clarify atomic commits in CONTRIBUTING.md | Brian Gianforcaro | |
2021-05-16 | Meta: Discourage commit subject lines ending with a period | Linus Groh | |
2021-05-14 | Meta: Add note about writing commit subjects in the imperative mood | Andreas Kling | |
2021-05-14 | Meta: Specify that we use ISO 8601 dates and the metric system | Andreas Kling | |
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 | |