README: update "Developing" section

This commit is contained in:
Oliver Smith 2021-11-14 16:07:53 +01:00 committed by Martijn Braam
parent c2aacd8a45
commit e9a12fd6e4
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 1 additions and 14 deletions

View File

@ -87,20 +87,7 @@ see postprocess.sh in this repository.
# Developing
See the mailing list and issue tracker on https://sr.ht/~martijnbraam/Megapixels/
To send patches, follow this procedure:
1. Change the default subject prefix from "PATCH" to "PATCH Megapixels" by
running this command (only needed once).
```shell-session
$ git config --local format.subjectPrefix "PATCH Megapixels"
```
2. Rebase your commits on top of the latest `master`.
3. Send them to the mailing list:
```shell-session
$ git send-email --to="~martijnbraam/public-inbox@lists.sr.ht" origin/master
```
Megapixels is developed at: https://gitlab.com/postmarketOS/megapixels
## Source code organization