Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure your coding style follows StandardJS coding standard, otherwise test build will fail. If using Visual Studio Code, you can install StandardJS extension, which offers IntelliSense and function to format code.
  2. Follow coding styles and recommendations from codebeat and codeclimate to maintain high ratings of our code.
  3. If new functions are added, add comment style description/documentation to simply describe what function does and what inputs it expects. You should also include example in the comment.
  4. If Pull Request is approved, please update wiki accordingly to describe new additions in detail.