From 6ff522f0e4f16057836742c86d67a1b41ccd5a7f Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:48:25 +0000 Subject: [PATCH] chore: add template ID disclaimer --- examples/examples.go | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/examples.go b/examples/examples.go index 8cce81a5897b3..929d6d2bcce04 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