Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 605 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 605 Bytes

Yet another time tracker.

A hobby project aimed at delivering a standalone time tracking utility without a dependency on a service provider.

Installation

Windows:

TODO

Usage example

TODO

Development setup

TODO

TODO

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Amend CHANGELOG.md following instructions within the file
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request