Skip to content

Commit f40f065

Browse files
authored
Merge pull request #1006 from linuxserver/readme-upd
Readme-upd
2 parents 7b711a5 + 0646ca7 commit f40f065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ GitHub Actions will trigger a build off of your repo when you commit. The image
269269

270270
* Fork this repo, checkout the `template` branch.
271271
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
272+
* Ensure you set the `maintainer` label to your GitHub username, this allows us to @ you if there are breaking changes that affect or will affect your mod in the future.
272273
* Inspect the `root` folder contents. Edit, add and remove as necessary.
273274
* After all init scripts and services are created, run `find ./ -path "./.git" -prune -o ( -name "run" -o -name "finish" -o -name "check" ) -not -perm -u=x,g=x,o=x -print -exec chmod +x {} +` to fix permissions.
274275
* Edit the readme with pertinent info.

0 commit comments

Comments
 (0)