diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-04-05 15:25:35 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-07 16:27:10 -0300 |
| commit | 3d7696d9c33bfc72d4d4df77322a92837ab3971b (patch) | |
| tree | a50f60bab697035e984267428bdaa2e6d8bf5d06 | |
| parent | 346327273663667a1057acfe782e993e28cf05cb (diff) | |
| download | meta-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>
| -rw-r--r-- | README | 20 |
1 files changed, 8 insertions, 12 deletions
| @@ -13,13 +13,17 @@ revision: HEAD | |||
| 13 | Contributing | 13 | Contributing |
| 14 | ------------ | 14 | ------------ |
| 15 | 15 | ||
| 16 | To contribute to this layer you should submit the patches for review to the | 16 | Please submit any patches against the `meta-freescale` layer by using the |
| 17 | mailing list (meta-freescale@yoctoproject.org). | 17 | GitHub pull-request feature. Fork the repo, make a branch, do the |
| 18 | work, rebase from upstream, create the pull request. | ||
| 18 | 19 | ||
| 19 | Please refer to: | 20 | For some useful guidelines to be followed when submitting patches, |
| 21 | please refer to: | ||
| 20 | http://openembedded.org/wiki/Commit_Patch_Message_Guidelines | 22 | http://openembedded.org/wiki/Commit_Patch_Message_Guidelines |
| 21 | 23 | ||
| 22 | for some useful guidelines to be followed when submitting patches. | 24 | Pull requests will be discussed within the GitHub pull-request |
| 25 | infrastructure. If you want to get informed on new PRs and the | ||
| 26 | follow-up discussions please use the GitHub's notification system. | ||
| 23 | 27 | ||
| 24 | Mailing list: | 28 | Mailing list: |
| 25 | 29 | ||
| @@ -28,11 +32,3 @@ Mailing list: | |||
| 28 | Source code: | 32 | Source code: |
| 29 | 33 | ||
| 30 | https://github.com/Freescale/meta-freescale | 34 | https://github.com/Freescale/meta-freescale |
| 31 | |||
| 32 | When creating patches, please use something like: | ||
| 33 | |||
| 34 | git format-patch -s origin | ||
| 35 | |||
| 36 | When sending patches, please use something like: | ||
| 37 | |||
| 38 | git send-email --to meta-freescale@yoctoproject.org <generated patch> | ||
