From c0a6f202ab200284b2f5265cd445446e07d8ac20 Mon Sep 17 00:00:00 2001 From: David Kitchen Date: Tue, 22 Jun 2021 13:58:04 +0100 Subject: [PATCH] Spelling mistakes and whitespace are OK Meaning that we tolerate them in the code and comments so long as they are non-functional. Only corrections that are functional in nature will be considered. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2b1230..1d4b244 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ Third-party patches are essential for keeping bluemonday secure and offering the ## Guidelines 1. Do not vendor dependencies. As a security package, were we to vendor dependencies the projects that then vendor bluemonday may not receive the latest security updates to the dependencies. By not vendoring dependencies the project that implements bluemonday will vendor the latest version of any dependent packages. Vendoring is a project problem, not a package problem. bluemonday will be tested against the latest version of dependencies periodically and during any PR/merge. +2. I do not care about spelling mistakes or whitespace and I do not believe that you should either. PRs therefore must be functional in their nature or be substantial and impactful if documentation or examples. ## Submitting an Issue