From fbd5fe4bd2ba6a3494225e38c008ae884ad072da Mon Sep 17 00:00:00 2001 From: Jesse David Peterson Date: Wed, 17 Dec 2025 14:48:04 -0500 Subject: [PATCH] Docs: Add a "DO NOT MODIFY" warning to the `public/img/*` source code directory (#115502) * docs(public-img): add DO NOT MODIFY warning * docs(typo): use US English spelling of behaviour Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- public/img/DO_NOT_MODIFY.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/img/DO_NOT_MODIFY.md diff --git a/public/img/DO_NOT_MODIFY.md b/public/img/DO_NOT_MODIFY.md new file mode 100644 index 00000000000..0cb524cd4b4 --- /dev/null +++ b/public/img/DO_NOT_MODIFY.md @@ -0,0 +1,7 @@ +# WARNING: Do NOT modify the contents of this directory! + +User modifications in this directory to change the runtime behavior or appearance of Grafana are NOT supported. Doing so could result in undefined behaviour including: bugs, security vulnerabilities, or critical failures. + +Grafana is an open source project. Please feel free to contribute changes for review if you have specific bug fix or feature that you think might be useful to the rest of the community. + +- SEE: https://github.com/grafana/plugin-tools/blob/main/CONTRIBUTING.md