summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-05 23:11:16 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-05 23:15:08 +0200
commit88803b2e3424a5f197f57252c4bc1b7f7b635d96 (patch)
tree2260b2147f9a40b0bba4fbf84e1dd311d18a904c /CONTRIBUTING.md
parent0f89e47a1a7db411f5a9380aa5782b338ab80ea2 (diff)
downloadserenity-88803b2e3424a5f197f57252c4bc1b7f7b635d96.zip
Meta: Add "Human language policy" to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 411fe420e3..774cb7681d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -22,6 +22,18 @@ That said, please do file any bugs you find, keeping the following in mind:
* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask in the `#build-problems` channel on Discord.
* Don't comment on issues just to add a joke or irrelevant commentary. Hundreds of people get notified about comments so let's keep them relevant.
+## Human language policy
+
+In SerenityOS, we treat human language as seriously as we do programming language.
+
+The following applies to all user-facing strings, code, comments, and commit messages:
+
+* The official project language is American English.
+* Use proper spelling, grammar, and punctuation.
+* Write in an authoritative and technical tone.
+
+Everyone is encouraged to make use of tooling (spell checkers, etc) to make this easier.
+
## Code submission policy
Nobody is perfect, and sometimes we mess things up. That said, here are some good dos & dont's to try and stick to: