Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 509 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 509 Bytes

Contributing

Read the general adidas contributing guidelines.

Checking coding guidelines

Eslint and Stylelint are used to check the JavaScript coding style of the different configurations:

npm run lint

Releasing a package

The publication process is automatically executed in the CI pipeline. The requirement is to update the package version (package.json) and to log the list of changes (CHANGELOG.md).