Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ This installs all the tools above at the versions pinned in `mise.toml`.

`README.md` is generated from `README.md.gotmpl` by helm-docs. Do not edit `README.md` directly. Instead, edit the template and run `mise run build-docs`, then commit both files.

Snapshot files in `application/tests/__snapshot__/` are generated by `mise run unit-test`. Do not edit them directly. Instead, run `mise run unit-test` to regenerate them, then commit the updated files.

New features must be covered by unit tests and enabled in `application/ci/values.yaml` (used by snapshot tests and Kind API validation) or `application/ci/values-crds.yaml` (used by snapshot tests).

## Contribution process

1. Create a feature branch from `main`.
Expand Down
Loading
Loading