diff mbox

[flasher,manifest] Add a README file

Message ID 1424818519-26763-1-git-send-email-swarren@wwwdotorg.org
State Not Applicable, archived
Headers show

Commit Message

Stephen Warren Feb. 24, 2015, 10:55 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

This provides a brief introduction to the project, and information re:
how to submit patches.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 README.txt | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 README.txt
diff mbox

Patch

diff --git a/README.txt b/README.txt
new file mode 100644
index 000000000000..9b86c55aa3e0
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,30 @@ 
+Introduction
+============
+
+This project provides the manifest files that allow the repo tool to sync the
+tegra-uboot-flasher tool.
+
+For more details, see the various README files in the flasher scripts project
+at https://github.com/NVIDIA/tegra-uboot-flasher-scripts.
+
+Submitting Changes
+==================
+
+To submit patches to this project, please use the following commands:
+
+* git format-patch --subject-prefix="flasher manifest PATCH"
+
+  Creates a patch file from your git commit.
+
+* git send-email --to linux-tegra@vger.kernel.org *.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 COPYING and the license header in each
+file). See http://developercertificate.org/ for details of what signed-off-by
+implies.