From b877cce1f86641054c90cd1bd84aee677f9773da Mon Sep 17 00:00:00 2001 From: Simone Gentili Date: Wed, 5 Aug 2015 09:15:00 +0000 Subject: [PATCH 1/2] Added missing CONTRIBUTING.md file --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f4d323e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# How to become contributor + + * fork the project + * apply your changes + * ensure that your code work + * update README.md file + * upfate also doc/composer.txt file + * send a pull request From 24aa54dadda15ac18b4a3c6c82c1c99d417683c5 Mon Sep 17 00:00:00 2001 From: Simone Gentili Date: Wed, 5 Aug 2015 09:18:04 +0000 Subject: [PATCH 2/2] Removed duplication of cotributing description --- CONTRIBUTING.md | 5 +++++ README.md | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4d323e..13ea079 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,13 @@ # How to become contributor +This plugin is very easy, there is a lot of space for community update, feedback and features request. Help this +project with issues and PRs! + * fork the project * apply your changes * ensure that your code work * update README.md file * upfate also doc/composer.txt file * send a pull request + +Thanks! diff --git a/README.md b/README.md index 035c619..b8b1b56 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,3 @@ If this check fails you can try to force correct path ``` let g:composer_cmd = "/usr/bin/composer" ``` - -## Contrib -This plugin is very easy, there is a lot of space for community update, feedback and -features request. -Help me with issues and PRs! -Thanks!