diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.md b/.github/CONTRIBUTOR_GUIDE/ct/AppName.md index 20d28d86..96d7add3 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.md +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.md @@ -40,8 +40,8 @@ - Import the build.func file. - When developing your own script, change the URL to your own repository. -> [!CAUTION] -> Before opening a Pull Request, change the URL to point to the community-scripts repo. +> [!IMPORTANT] +> You also need to change all apperances of this URL in `misc/build.func` and `misc/install.func` Example for development: @@ -55,6 +55,9 @@ Final script: source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) ``` +> [!CAUTION] +> Before opening a Pull Request, change the URLs to point to the community-scripts repo. + ### 1.3 **Metadata** - Add clear comments for script metadata, including author, copyright, and license information.