linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add "submitting patches" section to README
@ 2015-02-24 22:26 Stephen Warren
       [not found] ` <1424816811-25516-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2015-02-24 22:26 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

This tells users how/where to send patches, etc.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 README.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/README.txt b/README.txt
index 1c423d684f5e..0ca5a939670a 100644
--- a/README.txt
+++ b/README.txt
@@ -5,6 +5,27 @@ Many aspects of many of Tegra's pins can configure via the pinmux and GPIO
 controllers. This project exists to assist with software's handling of the
 configuration of those controllers.
 
+Submitting Changes
+==================
+
+To submit patches to this project, please use the following commands:
+
+* git format-patch --subject-prefix="pinmux scripts PATCH"
+
+  Creates a patch file from your git commit.
+
+* git send-email --to linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 the license header in each file). See
+http://developercertificate.org/ for details of what signed-off-by implies.
+
 Data files
 ==========
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add "submitting patches" section to README
       [not found] ` <1424816811-25516-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2015-02-25 23:03   ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2015-02-25 23:03 UTC (permalink / raw)
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 02/24/2015 03:26 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>
> This tells users how/where to send patches, etc.

This patch should of course have been "[pinmux scripts PATCH]"; I didn't 
follow my own instructions on this patch:-(

Anyway, I've applied all the README patches that I sent out yesterday, for:

tegra-pinmux-scripts
tegra-uboot-scripts
cbootimage
cbootimage-configs
tegrarcm
tegra-flasher-scripts
tegra-flasher-manifests

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-25 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 22:26 [PATCH] Add "submitting patches" section to README Stephen Warren
     [not found] ` <1424816811-25516-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2015-02-25 23:03   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).