Skip to content

Commit

Permalink
Spelling mistakes and whitespace are OK
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
buro9 committed Jun 22, 2021
1 parent 5117f95 commit c0a6f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0a6f20

Please sign in to comment.