Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 715 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 715 Bytes

Contributing

To contribute to this project, follow the general Contributing Rules documented in the community repository.

Additionally, 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.