Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 956 Bytes

CONTRIBUTING.rst

File metadata and controls

48 lines (29 loc) · 956 Bytes

Contributing to GTimeLog

Contributions are welcome, and not just code patches. I'd love to see

  • user interface design sketches
  • icons
  • documentation
  • translations (this would need some coding to enable translation first)
  • installers for Mac OS X and Windows

Bugs

Please use GitHub to report bugs or feature requests.

We also have an older issue tracker on Launchpad.

You may also contact Marius Gedminas <[email protected]> or Barry Warsaw <[email protected]> by email.

Source code

It's on GitHub: https://github.com/gtimelog/gtimelog

Get the latest version with

$ git clone https://github.com/gtimelog/gtimelog

Run it without installing

$ cd gtimelog
$ ./gtimelog

Tests

Run the test suite with

$ ./runtests

The common python setup.py test idiom is also supported.