diff --git a/features/abortable-fetch.yml.dist b/features/abortable-fetch.yml.dist index a3185383c8a..6c45fc3cf7e 100644 --- a/features/abortable-fetch.yml.dist +++ b/features/abortable-fetch.yml.dist @@ -1,5 +1,6 @@ # Generated from: abortable-fetch.yml # Do not edit this file by hand. Edit the source file instead! +# See /docs/CONTRIBUTING.md for how to update and review dist files. status: baseline: high diff --git a/scripts/dist.ts b/scripts/dist.ts index 40e0f0123a7..63753464ea6 100644 --- a/scripts/dist.ts +++ b/scripts/dist.ts @@ -259,6 +259,7 @@ function toDist(sourcePath: string): YAML.Document { dist.commentBefore = [ `Generated from: ${id}.yml`, `Do not edit this file by hand. Edit the source file instead!`, + `See /docs/CONTRIBUTING.md for how to update and review dist files.`, ] .map((line) => ` ${line}`) .join("\n");