Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing CONTRIBUTING.md file #21

Merged
merged 2 commits into from Aug 5, 2015
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions 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!
6 changes: 0 additions & 6 deletions README.md
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!