Update README.md

This commit is contained in:
Joao Azevedo 2021-11-01 15:29:47 +00:00
parent 9e00cc502d
commit 95e14f0b61
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ When one of these temporary helper scripts is no longer considered necessary, it
- Make a new branch based on the `pureos/latest` branch and work from it.
- Make a merge request.
- Avoid scripts that download and build source code. If you need a dependency not available in PureOS, package it :D
- If your script stores files somewhere, then please use `xdg-user-dir` to set the path instead of harcoding directory names like "Documents", "Videos", this is usefull because not all users have their OS in English. See example here; https://source.puri.sm/librem5-apps/librem5-goodies/-/blob/pureos/byzantium/l5-screenshot#L27 `xdg-user-dir` is also quite usefull
- if you are not confortable in commiting to a Deb package then open an issue asking for the script to be packaged and we will work it out