Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 858 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 858 Bytes

Contributing

All kinds of contributions (enhancements, new features, documentation & code improvements, issues & bugs reporting) are welcome.

Code style

Javascript

We use ESLint based on Google code style to maintain code style. Check code status with:

npm run lint

Issues

When you create an issue to report a bug or ask a question, please fill template information, except if is really not relevant. And all others related information that are susceptible to help us.

Pull requests

All pull requests must be done on the develop branch.

Before a pull request :

  • There is no tests yet so verify that your code is running well. Blog generation (hugo) must not outputs errors
  • Check code style with eslint.
  • Don't forget to update user and/or developer documentation if it's necessary