CONTRIBUTING.md
# Reporting issues
You can create issues [here](https://github.com/edgardleal/require-vuejs/issues)
# With documentation
> You can improve README.md file or examples and send me a pullrequest.
# Coding
> You can fork this project and after make the changes create a pull request.
Note, there are some rules described in file `.eslintrc.js`:
- End of file should be CF ( unix )
- Identation should be with four spaces ( not tabs )
- Use double quotes, don't single quotes
- Aways use semicolons at the end of lines
> All these rules are to facilitate the merge process avoiding conflicts.