Please use one of the provided issue templates and create an issue.
Please use the develop branch for any PR. Feel free to open a PR for a bugfix. Please discuss bigger features in an issue first.
- Fork the repo https://github.com/cars10/elasticvue/fork
- Checkout a new branch
git checkout -b my-feature develop
- Commit your changes
git commit -am 'new feature'
- Lint your code!
yarn lint --fix
- Push your branch
git push origin my-feature
- Create a pull request