Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.26 KB

Contributing GitHub contributors

GitHub issues by-label GitHub issues by-label

Code Contributions

The minimum requirements for code contributions are:

  1. The code must be compliant with the lint settings within each components package.json file. You can check if your code is compliant by running npm run lint. To fix most issues automatically, you can use npm run lint:fix.
  2. All new and changed code should have a corresponding unit and/or integration test.
  3. Bigger changes must have a corresponding e2e test.
  4. Linting, as well as all unit, integration and e2e tests should pass locally before opening a Pull Request.
  5. All commits to the library must follow the Developer Certificate of Origin.

I18N Contributions

All contributions for other languages are highly appreciated! You can find learn more about it on our crowd-sourced translation project on Crowdin.