From aa310e397970d9c8ab704b199082d345048c747f Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:37:35 +0100 Subject: [PATCH] chore: add template ID disclaimer (#15770) Follow-up to #15757 --- examples/examples.go | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/examples.go b/examples/examples.go index 8cce81a589..929d6d2bcc 100644 --- a/examples/examples.go +++ b/examples/examples.go @@ -22,6 +22,7 @@ import ( var ( // Only some templates are embedded that we want to display inside the UI. // The metadata in examples.gen.json is generated via scripts/examplegen. + // Template IDs should not change over time. They are used as persistent identifiers in telemetry. //go:embed examples.gen.json //go:embed templates/aws-devcontainer //go:embed templates/aws-linux