From 0c7f73bfe6eb71fcf4cbd1dc4e029b9853a580c0 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 15 Nov 2014 15:19:08 +0100 Subject: [PATCH] Add note about new features to CONTRIBUTING --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9860cef..c7eb19f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.