From 4b3b20df50ef4e238a779aa4d552c17f9923102a Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Wed, 13 Jul 2022 06:07:30 +0000 Subject: [PATCH] Updated contribution guidelines --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54136c7..b26547f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,7 @@ For those of you who are looking to add content to the guide, include the follow - Search/replace doesn't understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read. - If it's part of a larger PR, it'll also make the reviewer's life harder, as they'll have to go through manually and undo everything by hand. - *If you're going to make mass changes, take the time to do it properly*. Otherwise I'll just have to undo it anyway. + - If your change contains backslashes (`\`), wither escape them with another backslash (`\\`) or put them in a ```code block```. When reporting guide issues: