The READMEs were lacking the "[m-c-s]" which we normally expect on the mailing list as well as the use of the "-M" option which makes reviewing patches, which include a move as seen when we uprev a recipe, easier to review.
Signed-off-by: Mark Asselstine <[email protected]> --- README | 2 +- meta-openstack/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a66168c..ece05b2 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ Maintenance Send pull requests, patches, comments or questions to [email protected] When sending single patches, please using something like: -'git send-email -1 --to [email protected] --subject-prefix=meta-virtualization][PATCH' +'git send-email -1 -M --to [email protected] --subject-prefix=meta-virtualization][m-c-s][PATCH' Maintainers: Bruce Ashfield <[email protected]> diff --git a/meta-openstack/README b/meta-openstack/README index 9d240e4..81b843b 100644 --- a/meta-openstack/README +++ b/meta-openstack/README @@ -33,7 +33,7 @@ Maintenance Send pull requests, patches, comments or questions to [email protected] When sending single patches, please using something like: -'git send-email -1 --to [email protected] --subject-prefix=meta-virtualization][PATCH' +'git send-email -1 -M --to [email protected] --subject-prefix=meta-virtualization][m-c-s][PATCH' Maintainers: Bruce Ashfield <[email protected]> -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
