Skip to content

Commit 901db73

Browse files
Update AppName.md: Make it clear where to change the URLs (#1809)
1 parent 67b8030 commit 901db73

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/CONTRIBUTOR_GUIDE/ct/AppName.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
- Import the build.func file.
4141
- When developing your own script, change the URL to your own repository.
4242

43-
> [!CAUTION]
44-
> Before opening a Pull Request, change the URL to point to the community-scripts repo.
43+
> [!IMPORTANT]
44+
> You also need to change all apperances of this URL in `misc/build.func` and `misc/install.func`
4545
4646
Example for development:
4747

@@ -55,6 +55,9 @@ Final script:
5555
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
5656
```
5757

58+
> [!CAUTION]
59+
> Before opening a Pull Request, change the URLs to point to the community-scripts repo.
60+
5861
### 1.3 **Metadata**
5962

6063
- Add clear comments for script metadata, including author, copyright, and license information.

0 commit comments

Comments
 (0)