Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 951 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 951 Bytes

Kimai Time Tracking

This is the repository of Kimai, a open source time tracking software that runs on (almost) every webserver with PHP and MySQL.

You can get more information about this Time Tracking Software:

We don't have much documentation, but what we have can be found at:

Contributing

We would love to get input from all developer out there:

  1. Fork Kimai or one of its other repos
  2. Create a branch (git checkout -b my_kimai)
  3. Commit your changes (git commit -am "Added foobar")
  4. Push to the branch (git push origin my_kimai)
  5. Create an Pull Request with a link to your branch
  6. Now enjoy the sunshine while we review your changes