repos
/ timestrap-django master

timestrap-django

mirror archived upstream

Time tracking you can host anywhere, built on Django. Full export support in multiple formats and easily extensible.

djangodockerhandcodedpythonself-hostedtime-trackingtimetracker

625 B · 16 lines · markdown Raw History
 1# Contributing
 2
 3I welcome any and all types of contributions, even if it's just fixing a single
 4small spelling mistake.
 5
 6If you are making code changes I only ask that you do one thing before making
 7a pull request. Make sure that:
 8
 9    gulp coverage:development
10
11Passes without any issues, if you do a major overhaul of any code I'd also
12appreciate if you wrote tests for it too! Timestrap is not a project that shoots
13for 100% test coverage because I consider that a waste of time, I just like to
14make sure major parts of the code base don't break. (That's not to say I
15wouldn't like to have 100% test coverage some day...)