Update CONTRIBUTING.md

This commit is contained in:
Tiger Wang 2023-05-25 20:26:50 -04:00 committed by GitHub
parent e8c300daba
commit be326cda49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
- It should be a valid [Docker Compose file](https://docs.docker.com/compose/compose-file/).
- Image tag should be specific, e.g. `:0.1.2`, instead of `:latest`.
> [What's Wrong With The Docker `:latest` Tag?](https://github.com/IceWhaleTech/CasaOS-AppStore/issues/167)
- The `name` property is used as the *store App ID*, which should be unique across all apps.
For example, in the [`docker-compose.yml` of Syncthing](Apps/Syncthing/docker-compose.yml#L1), its store App ID is `syncthing`: