Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 657 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 657 Bytes

Contributing

Bugs / Feature requests

Please use one of the provided issue templates and create an issue.

Development

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.

  1. Fork the repo https://github.com/cars10/elasticvue/fork
  2. Checkout a new branch git checkout -b my-feature develop
  3. Commit your changes git commit -am 'new feature'
  4. Lint your code! yarn lint --fix
  5. Push your branch git push origin my-feature
  6. Create a pull request