Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 462 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 462 Bytes

Contributing

Read the general adidas contributing guidelines.

Checking coding guidelines

TSLint is used to check the TypeScript coding style:

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).