diff options
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,7 +16,10 @@ for detail. | |||
16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' | 16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' |
17 | 17 | ||
18 | When sending single patches, please using something like: | 18 | When sending single patches, please using something like: |
19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH' | 19 | |
20 | git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-qt5][PATCH' | ||
21 | |||
22 | Change option '-1' to '-n' for n number of patches in series | ||
20 | 23 | ||
21 | You are encouraged to fork the mirror on github[1] to share your | 24 | You are encouraged to fork the mirror on github[1] to share your |
22 | patches. This is preferred for patch sets consisting of more than one | 25 | patches. This is preferred for patch sets consisting of more than one |