From 17cf79c5551f3dc7261c37a9d651af01f814ba7f Mon Sep 17 00:00:00 2001 From: Tom M Date: Sun, 29 Oct 2017 10:41:11 +0100 Subject: [PATCH] polish contrib guidelines --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90227979..3381e19e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,13 +11,9 @@ https://help.github.com/articles/proposing-changes-to-your-work-with-pull-reques Patches should be created with `git format-patch`, so in every case you should be familiar with the basics of git. -We'll try comment on our changes within three business days -(and typically, one business day). We may suggest -changes, improvements or alternatives. - Some things that will increase the chance that your pull request or patch is accepted: -* Except for bug fixing, give a reasoning / motivation for any changes or proposals you make. +* Give a reasoning / motivation for any changes or proposals you make. * Follow our style guide. * Keep your commits "atomic". * Write a meaningful commit messages.