summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-02-24 15:35:49 -0700
committerStephen Warren <swarren@nvidia.com>2015-02-25 16:00:36 -0700
commitf0a9b0e8720479dd69045beb7d62b5cc4505fa6d (patch)
treec58c82823b8e6a5a7da1e688bd5ba806e1f0a253
parent18e531f82ec92526e9cab2336d9ffdc0828048d2 (diff)
downloadcbootimage-configs-f0a9b0e8720479dd69045beb7d62b5cc4505fa6d.tar.gz
Add "submitting patches" section to README
This tells users how/where to send patches, etc. Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 9f742cf..50a20a7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,6 @@
+Introduction
+============
+
The cbootimage-configs project contains cbootimage configuration files for
many Tegra boards, both those designed by NVIDIA, and various third-parties.
@@ -8,6 +11,9 @@ If you wish to use cbootimage with a board that is not yet supported by this
project, you might try contacting the vendor of the board to see if they'd be
willing to contribute configuration files to this project.
+Adding Board Support
+====================
+
If that doesn't work out, you may create the required configuration files
using the following process:
@@ -74,3 +80,25 @@ Once you have performed these steps, you will have configuration files
suitable for your personal use. We don't accept contributions to this project
that were derived in this fashion. We encourage you to contact the vendor
and request them to submit their own configuration files.
+
+Submitting Changes
+==================
+
+To submit patches to this project, please use the following commands:
+
+* git format-patch --subject-prefix="cbootimage-configs 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.