Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | Meta: Add Jelle Raaijmakers to list of project maintainers :^) | Andreas Kling | |
2022-12-10 | Documentation: Describe extra clang tools built alongside BuildClang.sh | Andrew Kaster | |
Also rephrase some of the information on updated clang-format binaries | |||
2022-12-04 | Meta: Update all references of clang-format-14 to clang-format-15 | Liav A | |
Also, we add a section that describes how to get an updated clang-format with multiple possible options to do that. | |||
2022-10-09 | Meta: Add Andrew Kaster to list of project maintainers :^) | Andreas Kling | |
2022-06-15 | Meta: Add Sam Atkins to list of project maintainers :^) | Andreas Kling | |
2022-06-14 | Meta: Add note to CONTRIBUTING.md about jokes | Andreas Kling | |
Jokes don't scale well, and if everyone adds their pet "funny" thing to the project, we'll just look unserious and goofy. To avoid that, and maintain a dignified style, let's just have a blanket ban on jokes and "funny" things in user-facing parts of the system. | |||
2022-05-04 | Base: Add note about optipng to contributing guidelines | Dennis Esternon | |
A trick I learned from @linusg which is very useful and needs to be a part of PRs where images are involved. | |||
2022-04-09 | Meta: Fix grammar in CONTRIBUTING.md | Julen Ruiz Aizpuru | |
It needs a plural instead of the possesive form. | |||
2022-04-02 | Meta: Update required clang-format version in CONTRIBUTING.md | Idan Horowitz | |
2022-02-11 | Meta: Add Tim Flynn to list of project maintainers :^) | Andreas Kling | |
2022-01-08 | Meta: Discourage excessive "feng shui programming" in CONTRIBUTING.md | Andreas Kling | |
2021-12-12 | Docs: Fixed grammar "diagnose what is the problem" | Jonta | |
2021-12-02 | Meta: Add note about ideologically motivated changes to CONTRIBUTING.md | Andreas Kling | |
2021-11-21 | Meta: Tighten rules around commit categories in CONTRIBUTING.md | Linus Groh | |
These are the rules we have implicitly used & preferred for a while. Document them explicitly. | |||
2021-10-29 | Meta: Add note about abandoned PR's to CONTRIBUTING.md | Andreas Kling | |
2021-09-07 | Meta: Add Idan Horowitz as a project maintainer :^) | Andreas Kling | |
2021-09-07 | Meta: Add Brian Gianforcaro as a project maintainer :^) | Andreas Kling | |
2021-07-09 | Meta: Update CONTRIBUTING.md | Andreas Kling | |
- Rename "reviewers" to "maintainers" to disambiguate, since everyone is encouraged to participate in code review. - Clarify that maintainership is by invitation only and unrelated to participation metrics. | |||
2021-07-06 | Meta: Add a note about commit hooks to the contribution guide | Idan Horowitz | |
These are pretty useful but are not documented anywhere, so this should fix that :^) | |||
2021-07-02 | Meta: Add Gunnar to the project reviewers in CONTRIBUTING.md :^) | Linus Groh | |
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 | |