From 8cada904cce3dd2d79a06f4046959df27905a354 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 18 Apr 2021 16:37:30 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f42785438c..b1aec8f163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,6 +45,7 @@ Nobody is perfect, and sometimes we mess things up. That said, here are some goo * Write your commit messages in proper English, with care and punctuation. * Squash your commits when making revisions after a patch review. * Add your personal copyright line to files when making substantive changes. (Optional but encouraged!) +* Check the spelling of your code, comments and commit messages. **Don't:**