Linus Groh
84b4b06c4b
Meta: Discourage commit subject lines ending with a period
2021-05-16 00:33:47 +01:00
Andreas Kling
aea709de31
Meta: Add note about writing commit subjects in the imperative mood
2021-05-14 16:45:27 +02:00
Andreas Kling
89febfcd30
Meta: Specify that we use ISO 8601 dates and the metric system
2021-05-14 13:21:47 +02:00
Andreas Kling
88803b2e34
Meta: Add "Human language policy" to CONTRIBUTING.md
2021-05-05 23:15:08 +02:00
Andreas Kling
bebdf24329
Meta: Add note to CONTRIBUTING.md about pointless GitHub comments
2021-04-29 10:34:02 +02:00
Andreas Kling
910edb1e0c
Meta: Simplify & clarify CONTRIBUTING.md somewhat
...
Also remove the feature policy section, since it was mostly fluff.
It was nice fluff, but made the document less focused.
2021-04-29 10:34:02 +02:00
Andreas Kling
42bfaef0bb
Meta: Add note about new people making large architectural changes
...
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-21 19:41:15 +02:00
Andreas Kling
8cada904cc
Meta: Add a note about spell checking to CONTRIBUTING.md
...
It's silly to waste review cycles on spelling, so let's ask that
everyone check their spelling before submitting code.
2021-04-18 16:37:30 +02:00
Andreas Kling
a959ccc1d0
Meta: Add link to Discord in CONTRIBUTING.md
2021-04-13 18:27:36 +02:00
Andreas Kling
649564585e
Meta: Encourage people to add their personal copyright lines
2021-04-08 22:03:28 +02:00
Linus Groh
fb220d5678
Meta+Docs+CI: Require clang-format >= 11
2020-12-31 21:51:00 +01:00
Linus Groh
352e0196e1
Meta: s/Travis/GitHub Actions/ in CONTRIBUTING.md
2020-11-12 10:16:45 +01:00
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