From ac7ead9568a88f8876d45d0038d5c5ed63909478 Mon Sep 17 00:00:00 2001 From: Tuukka Turto Date: Tue, 29 Mar 2016 22:10:07 +0300 Subject: [PATCH] Mention that issue isn't necessarily needed for PR --- CONTRIBUTING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7d451d4..511b832 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,6 +11,8 @@ Pull requests are great! We love them; here is a quick guide: - All incoming features should be accompanied with tests. +- Generally there is no need to open an issue before submitting a PR. + - Before you submit a PR, please run the tests and check your code against the style guide. You can do both of these things at once::