Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGe authored Oct 19, 2022
1 parent 7eeb02e commit 76b4b78
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ python.
$ py.test atramhasis/tests/test_views.py
```

We follow gitflow guidelines for branch naming and merging. Please name your
branches according to these guidelines:
```
bugfix/<ticketnumber>_description_of_fix
feature/<ticketnumber>_description_of_feature
````
Branches should be branched from develop and merged back into develop once approved
through a pull request.
Every pull request will be run through [Travis-ci]. When providing a pull
request, please run the unit tests first and make sure they all pass. Please
provide new unit tests to maintain 100% coverage. If you send us a pull request
Expand All @@ -37,4 +47,4 @@ know why it's not working.
[Travis-ci]: https://travis-ci.org/OnroerendErfgoed/atramhasis
[Coveralls]: https://coveralls.io/r/OnroerendErfgoed/atramhasis
[pytest]: http://pytest.org
[tox]: http://tox.readthedocs.org
[tox]: http://tox.readthedocs.org

0 comments on commit 76b4b78

Please sign in to comment.