Skip to content

Commit aa310e3

Browse files
authored
chore: add template ID disclaimer (coder#15770)
Follow-up to coder#15757
1 parent 9fe71d9 commit aa310e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/examples.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
var (
2323
// Only some templates are embedded that we want to display inside the UI.
2424
// The metadata in examples.gen.json is generated via scripts/examplegen.
25+
// Template IDs should not change over time. They are used as persistent identifiers in telemetry.
2526
//go:embed examples.gen.json
2627
//go:embed templates/aws-devcontainer
2728
//go:embed templates/aws-linux

0 commit comments

Comments
 (0)