From 3979a3f1a51c8caaabecc1016939f8aa01609c31 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:42:41 +0200 Subject: [PATCH] Update CONTRIBUTING.md for JSON metadata guidelines Clarified instructions regarding JSON metadata files for contributions. --- docs/contribution/CONTRIBUTING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/contribution/CONTRIBUTING.md b/docs/contribution/CONTRIBUTING.md index d8f67138..dcf1a8e8 100644 --- a/docs/contribution/CONTRIBUTING.md +++ b/docs/contribution/CONTRIBUTING.md @@ -123,16 +123,11 @@ Your PR should contain only the files that belong to the script contribution its - `ct/myapp.sh` - `install/myapp-install.sh` +- `json/myapp.json` ## Website metadata -Website metadata is maintained outside this repository's script contribution flow. - -That means: - -- do not add repo JSON metadata files as part of the normal contribution path -- do not assume a `frontend/public/json/...` workflow exists for the live site -- route metadata creation or metadata changes through the website / maintainer workflow +Add a Json file with all Metadata for the App. [DOCS](https://community-scripts.org/docs/contribution/templates_json/appname) ## Pages