Updated AppName.sh Scripts (markdown)

Michel Roegl-Brunner 2025-01-28 13:43:12 +01:00
parent 264a294682
commit 50bd04baf3

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