Commit 9b51eb14 authored by Eloy Durán's avatar Eloy Durán

[CONTRIBUTING] Add test coverage and CHANGELOG requirements.

parent 0f2e2f02
...@@ -50,6 +50,10 @@ Code/comments should adhere to the following rules: ...@@ -50,6 +50,10 @@ Code/comments should adhere to the following rules:
* Names should be descriptive and concise. * Names should be descriptive and concise.
* Use two spaces and no tabs. * Use two spaces and no tabs.
* All changes require test coverage to ensure it does not break during refactor
work. (There are a few exceptions to this, which can be recognized by there
not being any coverage for similar code.)
* All enhancements and bug fixes need to be documented in the CHANGELOG.
* When writing comments, use properly constructed sentences, including * When writing comments, use properly constructed sentences, including
punctuation. punctuation.
* When documenting APIs and/or source code, don't make assumptions or make * When documenting APIs and/or source code, don't make assumptions or make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment