1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00
Commit graph

10 commits

Author SHA1 Message Date
David Steele 9338cf6590 Fix repository links throughout 2020-10-04 13:21:45 -04:00
Bram Schoenmakers 473204aaf4 Remove Python 2 from pre-push hook
Thanks @mruwek for mentioning.
2016-02-11 13:08:28 +01:00
Bram Schoenmakers 34db612b68 Mention pre-push hook that runs pylint 2015-11-14 22:30:32 +01:00
Bram Schoenmakers f6a80405d1 Update CONTRIBUTING.md 2015-11-10 13:00:14 +01:00
MinchinWeb 3f2ec123da Convert test command to green 2015-11-03 19:10:55 -07:00
Bram Schoenmakers 1b1dcee657 These are steps to get rid of the stable branch
Thanks to Travis CI and the unit tests, the master branch is almost
always of sufficient quality to be used.

Other pros:

* Wiki content matches the default branch.
* Project stats at Github are up to date.
* Less merge overhead at release time.
2015-10-30 23:10:12 +01:00
Bram Schoenmakers 69cd72ba3c Link to blog post for Git commit message guidelines
Summarizing:

1. Separate subject from body with a blank line
2. Limit the subject line to 50 characters
3. Capitalize the subject line
4. Do not end the subject line with a period
5. Use the imperative mood in the subject line
6. Wrap the body at 72 characters
7. Use the body to explain what and why vs. how
2015-10-06 14:36:29 +02:00
Bram Schoenmakers 5465cd2c82 Add section on 'coverage', restructured document a bit. 2015-06-13 03:21:05 +02:00
Bram Schoenmakers 072d7c8999 Create test script to run tests.
The trigger is that pylint doesn't support Python 3.2 anymore, and in
that case Travis CI should not run pylint.

This script takes an optional argument for the executable name of the
corresponding Python version (typically just 'python2' and 'python3').
When not given, 'python' is just run, whatever is in your $PATH. The
latter mode is used in Travis CI.
2015-05-22 21:26:23 +02:00
Bram Schoenmakers cb24bc40b6 Create CONTRIBUTING.md 2015-05-19 10:09:42 +02:00