Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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!
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!