Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 690 Bytes

Overview

When developing new extensions in Kyma Dashboard, adhere to the following rules.

  1. Add new extensions to the extensions/$API_GROUP directory.

  2. Configure extension in environments/dev/extensions.json. Do the same for stage and prod environments.

  3. Add test for the extension in tests directory

  4. Make sure to add smoke tests for your extension in tests/tests/cluster/test-check-extensions.spec.js or tests/tests/namespace/test-check-extensions.spec.js files.

For more information on how to contribute to this project, follow the general contributing guidelines.