diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-05-13 11:21:46 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-16 22:37:15 +0100 |
commit | aa2e02a4f78d87bd466bbf92ca57147066c5367f (patch) | |
tree | 1d4e91bf0a674136dee74d5257b8b6211e613057 /README | |
parent | 8d2587d87601a7ff0fad840dabc07d66363b2810 (diff) | |
download | openembedded-core-contrib-aa2e02a4f78d87bd466bbf92ca57147066c5367f.tar.gz |
README: add "Contributing" section
Tips on how to submit patches and links to source code and mailing
list.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,3 +13,17 @@ which can be found at: http://yoctoproject.org/documentation +Contributing +------------ + +Please refer to +http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded +for guidelines on how to submit patches. + +Mailing list: + + http://lists.openembedded.org/mailman/listinfo/openembedded-core + +Source code: + + http://git.openembedded.org/openembedded-core/ |