Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 984 Bytes

CONTRIBUTING.rst

File metadata and controls

53 lines (33 loc) · 984 Bytes

Contributing to GTimeLog

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

  • user interface design sketches
  • icons
  • documentation
  • translations
  • 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. Some bugs haven't been moved over to GitHub yet.

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
$ make
$ ./gtimelog

Tests

Run the test suite with

$ ./runtests

or, to test against all supported Python versions

$ pip install tox
$ tox