mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Fixup CONTRIBUTING file per Carl's suggestions
This commit is contained in:
parent
6aa6ba0667
commit
6716e45ccd
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Issues are often easier to reproduce/resolve when they have:
|
|||
|
||||
- A pull request with a failing test demonstrating the issue
|
||||
- A code example that produces the issue consistently
|
||||
- A traceback or an guest guest as to where the problem may be occurring
|
||||
- A traceback (when applicable)
|
||||
|
||||
Pull Requests
|
||||
-------------
|
||||
|
|
@ -43,3 +43,6 @@ First install tox::
|
|||
To run tox and generate a coverage report (in ``htmlcov`` directory)::
|
||||
|
||||
./runtests.sh
|
||||
|
||||
**Please note**: Before a pull request can be merged, all tests must pass and
|
||||
code/branch coverage in tests must be 100%.
|
||||
|
|
|
|||
Loading…
Reference in a new issue