Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 728 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 728 Bytes

You want to contribute some code?

We are always looking for quality contributions and will be happy to accept your Pull Requests as long as they adhere to some basic rules:

  • Please make sure that your contribution fits well in the project's context:
    • we are aiming at building core components with the least external dependencies possible;
    • if you need an external dependency to build a new component, it should probably be an addon
  • Please assure that you are submitting quality code, specifically make sure that:
    • your code conforms to our set of eslint rules
    • your commits conform to the conventions established here