diff --git a/content/development/contribution_guidelines.md b/content/development/contribution_guidelines.md index 1c8c82c9..a4a83f73 100644 --- a/content/development/contribution_guidelines.md +++ b/content/development/contribution_guidelines.md @@ -37,8 +37,9 @@ chapter: false * Files must end with a single newline character. * No trailing whitespace at EOL. * No trailing blank lines at EOF (only the required single EOF newline character is allowed). -* Add comments where possible and clearly explain any new rules. * Adhere to an 80 character line length limit where possible. +* Add comments where possible and clearly explain any new rules. +* Comments must not appear between chained rules and should instead be placed before the start of a rule chain. * All [chained rules](https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual(v2.x)#chain) should be indented like so, for readability: ``` SecRule .. .. \