From 2ddd79de1af8e74ca6da61e6448b514cf77182be Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 19 Dec 2024 12:09:51 +0100 Subject: [PATCH] UPDATE contributing --- .github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md index f2e98f7f..6e302e4a 100644 --- a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md @@ -60,7 +60,7 @@ Before contributing, please ensure that you have the following setup: ## 🚀 Building Your Own Scripts -Start with the [template script](https://github.com/community-scripts/ProxmoxVE/blob/main/docs/templates/example-install.sh) +Start with the [template script](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh) --- @@ -102,6 +102,7 @@ Open a PR from your feature branch to the main repository branch - [Function-Overview](https://github.com/community-scripts/ProxmoxVE/wiki/Function_Overview) - [CT Template: AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh) - [Install Template: AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh) +- [JSON Template: AppName.json](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/json/AppName.json) ---