Update 'CONTRIBUTING.md'
This commit is contained in:
parent
455d09f00e
commit
b0cdef2ea2
|
@ -46,9 +46,9 @@ if you need to broke the backward compatibility please ensure that you:.
|
||||||
..* Clearly indicate which features are affected by your changes.
|
..* Clearly indicate which features are affected by your changes.
|
||||||
..* Technical reasons for the changes.
|
..* Technical reasons for the changes.
|
||||||
* Tests should follow the
|
* Tests should follow the
|
||||||
[testing best practices](CONTRIBUTING.md#testing_best_practices)
|
[testing best practices](CONTRIBUTING.md#user-content-testing-best-practices)
|
||||||
guide.
|
guide.
|
||||||
* [Document your contribution](CONTRIBUTING.md#documentation)
|
* [Document your contribution](CONTRIBUTING.md#user-content-documentation)
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
|
|
||||||
|
@ -76,7 +76,6 @@ pip install pylint
|
||||||
pylint --rcfile=pylintrc myfile.py
|
pylint --rcfile=pylintrc myfile.py
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="testing_best_practices"></a>
|
|
||||||
#### Testing best practices
|
#### Testing best practices
|
||||||
|
|
||||||
Prior to any pull request is expected that the code is both, manualy and automatically tested, to ensure at least some quality minimum, there are a few practices for unittest that we believe are important, so we encorage you to follow it.
|
Prior to any pull request is expected that the code is both, manualy and automatically tested, to ensure at least some quality minimum, there are a few practices for unittest that we believe are important, so we encorage you to follow it.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user