Skip to content

Commit 6784530

Browse files
authored
Update CONTRIBUTING.md
1 parent 03d5fc3 commit 6784530

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ In short, most code changes should either bring new features or better performan
2020

2121
Contributors are encouraged to
2222

23+
- Document their changes. Though we do not enforce a rule regarding code comments, we prefer that non-trivial algorithms and techniques be somewhat documented in the code.
2324
- Follow as much as possible the existing code style. We do not enforce a specific code style, but we prefer consistency.
24-
- Modify as few lines of code as possible when working on an issue. The more lines to you modify, the harder it is for your fellow human beings to understand what is going on.
25+
- Modify as few lines of code as possible when working on an issue. The more lines you modify, the harder it is for your fellow human beings to understand what is going on.
26+
- Tools may report "problems" with the code, but we never delegate programming to tools: if there is a problem with the code, we need to understand it. Thus we will not "fix" code merely to please a static analyzer if we do not understand.
27+
- Provide tests for any new feature. We will not merge a new feature without tests.
28+
2529

2630

2731
Though we do not have a formal code of conduct, we will not tolerate bullying, bigotery or intimidation. Everyone is welcome to contribute.

0 commit comments

Comments
 (0)