summaryrefslogtreecommitdiff
path: root/README-developer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README-developer.txt')
-rw-r--r--README-developer.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/README-developer.txt b/README-developer.txt
index e2648c3..4372d64 100644
--- a/README-developer.txt
+++ b/README-developer.txt
@@ -62,6 +62,28 @@ repo init -u ... -g default,-notools
# Only include the bare minimum
repo init -u ... -g default,-notools,-bootloader
+Submitting Changes
+==================
+
+To submit patches to this project, please use the following commands:
+
+* git format-patch --subject-prefix="flasher scripts 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.
+
Pre-requisites
==============