summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-05 15:25:35 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-07 16:27:10 -0300
commit3d7696d9c33bfc72d4d4df77322a92837ab3971b (patch)
treea50f60bab697035e984267428bdaa2e6d8bf5d06 /README
parent346327273663667a1057acfe782e993e28cf05cb (diff)
downloadmeta-freescale-3d7696d9c33bfc72d4d4df77322a92837ab3971b.tar.gz
README: use pull requests for contributing
The project now expects contributions being made through GitHub's pull-request feature. Reflect that in the README. Text mostly taken from the README in meta-qt5. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 8 insertions, 12 deletions
diff --git a/README b/README
index 1f40864b..fee03955 100644
--- a/README
+++ b/README
@@ -13,13 +13,17 @@ revision: HEAD
13Contributing 13Contributing
14------------ 14------------
15 15
16To contribute to this layer you should submit the patches for review to the 16Please submit any patches against the `meta-freescale` layer by using the
17mailing list (meta-freescale@yoctoproject.org). 17GitHub pull-request feature. Fork the repo, make a branch, do the
18work, rebase from upstream, create the pull request.
18 19
19Please refer to: 20For some useful guidelines to be followed when submitting patches,
21please refer to:
20http://openembedded.org/wiki/Commit_Patch_Message_Guidelines 22http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
21 23
22for some useful guidelines to be followed when submitting patches. 24Pull requests will be discussed within the GitHub pull-request
25infrastructure. If you want to get informed on new PRs and the
26follow-up discussions please use the GitHub's notification system.
23 27
24Mailing list: 28Mailing list:
25 29
@@ -28,11 +32,3 @@ Mailing list:
28Source code: 32Source code:
29 33
30 https://github.com/Freescale/meta-freescale 34 https://github.com/Freescale/meta-freescale
31
32When creating patches, please use something like:
33
34 git format-patch -s origin
35
36When sending patches, please use something like:
37
38 git send-email --to meta-freescale@yoctoproject.org <generated patch>