Add note about new features to CONTRIBUTING

This commit is contained in:
Markus Unterwaditzer 2014-11-15 15:19:08 +01:00
parent ca30542801
commit 0c7f73bfe6

View file

@ -16,6 +16,10 @@
* If you're submitting pull requests:
* If you thought of a new feature for vdirsyncer, don't just go on and
implement it, but **first discuss it in the issue tracker**, otherwise you
might have wasted your time if your idea gets rejected.
* Make sure your tests pass on Travis.
* But not because you wrote too few tests.