diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..13ea079 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +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!