From f21cc09bff42f5549eef40fa4a8f9d9b17d9b987 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:36:33 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#3187) changes json path --- .github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md b/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md index ff317425a..92a9567a7 100644 --- a/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md @@ -20,7 +20,7 @@ These documents cover the coding standards for the following types of files in o - **`install/$AppName-install.sh` Scripts**: These scripts are responsible for the installation of applications. - **`ct/$AppName.sh` Scripts**: These scripts handle the creation and updating of containers. -- **`json/$AppName.json`**: These files store structured data and are used for the website. +- **`frontend/public/json/$AppName.json`**: These files store structured data and are used for the website. Each section provides detailed guidelines on various aspects of coding, including shebang usage, comments, variable naming, function naming, indentation, error handling, command substitution, quoting, script structure, and logging. Additionally, examples are provided to illustrate the application of these standards.