Browse Source

meta-oe,efl: add subject prefix hint for git send-email

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Koen Kooi 13 years ago
parent
commit
238105128f
2 changed files with 4 additions and 0 deletions
  1. 2 0
      meta-efl/README
  2. 2 0
      meta-oe/README

+ 2 - 0
meta-efl/README

@@ -10,5 +10,7 @@ revision: HEAD
 
 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-efl]' in the subject'
 
+When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix meta-efl'
+
 Interim layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
 

+ 2 - 0
meta-oe/README

@@ -6,5 +6,7 @@ revision: HEAD
 
 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
 
+When sending single patches, please using something like 'git send-email -1 --to openembedded-devel@lists.openembedded.org --subject-prefix meta-oe'
+
 Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>