From: Stephen Warren <swarren@xxxxxxxxxx> This tells users how/where to send patches, etc. Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> --- README.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.txt b/README.txt index 71b143e1fb0b..0fe8d4d54a29 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,6 @@ +Usage +===== + This project provides a script which generates a U-Boot boot script for Tegra devices running upstream U-Boot. @@ -31,3 +34,24 @@ partition. This may be used to provide the parameter to gen-uboot-script.py's The standard blkid command may be used to determine a partition's filesystem UUID, for use with gen-uboot-script.py's --fsuuid option. + +Submitting Changes +================== + +To submit patches to this project, please use the following commands: + +* git format-patch --subject-prefix="uboot scripts PATCH" + + Creates a patch file from your git commit. + +* git send-email --to linux-tegra@xxxxxxxxxxxxxxx *.patch + + Sends the patch by email to the Tegra mailing list. + +Even though the primary upstream repository for this project is hosted on +github, contributions aren't accepted via github pull requests. Github pull +requests would bypass public code review on the project mailing list. + +Patches should be signed off (include a signed-off-by line) to indicate your +acceptance of the code's license (see the license header in each file). See +http://developercertificate.org/ for details of what signed-off-by implies. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html