All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zephyr][PATCH] README: add patch submission details
@ 2020-10-20 10:04 Ross Burton
  2020-10-20 17:04 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2020-10-20 10:04 UTC (permalink / raw)
  To: yocto; +Cc: naveen.kumar.saini

---
 README.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.txt b/README.txt
index be1ea39..a02659a 100644
--- a/README.txt
+++ b/README.txt
@@ -69,4 +69,15 @@ or
     $ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all -ctestimage
         
 
+Contributing
+============
 
+Patches for meta-zephyr should be sent to the yocto@lists.yoctoproject.org
+mailing list.  See https://lists.yoctoproject.org/g/yocto for subscription
+details and the list archive.  Please add [meta-zephyr] to the subject so
+the patches are identifable.
+
+Git can be configured to send mails appropriately when using git send-email:
+
+$ git config --local sendemail.to yocto@lists.yoctoproject.org
+$ git config --local format.subjectPrefix meta-zephy][PATCH
-- 
2.25.1


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

* Re: [yocto] [meta-zephyr][PATCH] README: add patch submission details
  2020-10-20 10:04 [meta-zephyr][PATCH] README: add patch submission details Ross Burton
@ 2020-10-20 17:04 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-10-20 17:04 UTC (permalink / raw)
  To: Ross Burton, yocto; +Cc: naveen.kumar.saini



On 10/20/20 3:04 AM, Ross Burton wrote:
> ---
>   README.txt | 11 +++++++++++
>   1 file changed, 11 insertions(+)
> 
> diff --git a/README.txt b/README.txt
> index be1ea39..a02659a 100644
> --- a/README.txt
> +++ b/README.txt

Can we use markdown syntax and call it README.md ? this helps with
other infras like gitlab and github where this might be cloned to

> @@ -69,4 +69,15 @@ or
>       $ MACHINE=qemu-nios2 bitbake zephyr-kernel-test-all -ctestimage
>           
>   
> +Contributing
> +============
>   
> +Patches for meta-zephyr should be sent to the yocto@lists.yoctoproject.org
> +mailing list.  See https://lists.yoctoproject.org/g/yocto for subscription
> +details and the list archive.  Please add [meta-zephyr] to the subject so
> +the patches are identifable.
> +
> +Git can be configured to send mails appropriately when using git send-email:
> +
> +$ git config --local sendemail.to yocto@lists.yoctoproject.org
> +$ git config --local format.subjectPrefix meta-zephy][PATCH
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2020-10-20 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 10:04 [meta-zephyr][PATCH] README: add patch submission details Ross Burton
2020-10-20 17:04 ` [yocto] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.