* [PATCH] README: add "Contributing" section
@ 2015-05-12 14:58 Mario Domenech Goulart
2015-05-12 15:03 ` Otavio Salvador
2015-05-13 5:17 ` Anders Darander
0 siblings, 2 replies; 6+ messages in thread
From: Mario Domenech Goulart @ 2015-05-12 14:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Mario Domenech Goulart
Tips on how to submit patches.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
README | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/README b/README
index 665c98f..bbd7234 100644
--- a/README
+++ b/README
@@ -13,3 +13,24 @@ which can be found at:
http://yoctoproject.org/documentation
+Contributing
+------------
+
+To contribute to this layer you should submit the patches for
+review to the mailing list (openembedded-core@lists.openembedded.org).
+
+Please refer to:
+http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
+for some useful guidelines to be followed when submitting patches.
+
+Mailing list:
+
+ http://lists.openembedded.org/mailman/listinfo/openembedded-core
+
+Source code:
+
+ http://git.openembedded.org/openembedded-core/
+
+When sending patches, please use something like:
+
+ git send-email --to openembedded-core@lists.openembedded.org <patches>
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] README: add "Contributing" section
2015-05-12 14:58 [PATCH] README: add "Contributing" section Mario Domenech Goulart
@ 2015-05-12 15:03 ` Otavio Salvador
2015-05-13 5:17 ` Anders Darander
1 sibling, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2015-05-12 15:03 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: Patches and discussions about the oe-core layer
On Tue, May 12, 2015 at 11:58 AM, Mario Domenech Goulart
<mario@ossystems.com.br> wrote:
> Tips on how to submit patches.
>
> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] README: add "Contributing" section
2015-05-12 14:58 [PATCH] README: add "Contributing" section Mario Domenech Goulart
2015-05-12 15:03 ` Otavio Salvador
@ 2015-05-13 5:17 ` Anders Darander
2015-05-13 8:54 ` Paul Eggleton
1 sibling, 1 reply; 6+ messages in thread
From: Anders Darander @ 2015-05-13 5:17 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: openembedded-core
* Mario Domenech Goulart <mario@ossystems.com.br> [150512 16:58]:
> +Contributing
> +------------
> +
> +To contribute to this layer you should submit the patches for
> +review to the mailing list (openembedded-core@lists.openembedded.org).
> +
> +Please refer to:
> +http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> +for some useful guidelines to be followed when submitting patches.
> +
> +Mailing list:
> +
> + http://lists.openembedded.org/mailman/listinfo/openembedded-core
> +
> +Source code:
> +
> + http://git.openembedded.org/openembedded-core/
> +
> +When sending patches, please use something like:
> +
> + git send-email --to openembedded-core@lists.openembedded.org <patches>
Maybe we could add something about the helper scripts:
scripts/create-pull-request
scripts/send-pull-request
or do you think that those scripts might be out of scope for the primary
intended audience of this section?
Cheers,
Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] README: add "Contributing" section
2015-05-13 5:17 ` Anders Darander
@ 2015-05-13 8:54 ` Paul Eggleton
2015-05-13 13:07 ` Mario Domenech Goulart
0 siblings, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2015-05-13 8:54 UTC (permalink / raw)
To: Anders Darander, Mario Domenech Goulart; +Cc: openembedded-core
On Wednesday 13 May 2015 07:17:01 Anders Darander wrote:
> * Mario Domenech Goulart <mario@ossystems.com.br> [150512 16:58]:
> > +Contributing
> > +------------
> > +
> > +To contribute to this layer you should submit the patches for
> > +review to the mailing list (openembedded-core@lists.openembedded.org).
> > +
> > +Please refer to:
> > +http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> > +for some useful guidelines to be followed when submitting patches.
> > +
> > +Mailing list:
> > +
> > + http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > +
> > +Source code:
> > +
> > + http://git.openembedded.org/openembedded-core/
> > +
> > +When sending patches, please use something like:
> > +
> > + git send-email --to openembedded-core@lists.openembedded.org
> > <patches>
>
> Maybe we could add something about the helper scripts:
>
> scripts/create-pull-request
> scripts/send-pull-request
>
> or do you think that those scripts might be out of scope for the primary
> intended audience of this section?
My suggestion would be to link to the following page instead which covers all
the options and explains how to use them:
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
We can probably drop the "commit message guidelines" link at the same time
since the above page already links to that.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] README: add "Contributing" section
2015-05-13 8:54 ` Paul Eggleton
@ 2015-05-13 13:07 ` Mario Domenech Goulart
2015-05-13 14:13 ` Paul Eggleton
0 siblings, 1 reply; 6+ messages in thread
From: Mario Domenech Goulart @ 2015-05-13 13:07 UTC (permalink / raw)
To: Paul Eggleton; +Cc: Anders Darander, openembedded-core
On Wed, 13 May 2015 09:54:39 +0100 Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
> On Wednesday 13 May 2015 07:17:01 Anders Darander wrote:
>> * Mario Domenech Goulart <mario@ossystems.com.br> [150512 16:58]:
>> > +Contributing
>> > +------------
>> > +
>> > +To contribute to this layer you should submit the patches for
>> > +review to the mailing list (openembedded-core@lists.openembedded.org).
>> > +
>> > +Please refer to:
>> > +http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
>> > +for some useful guidelines to be followed when submitting patches.
>> > +
>> > +Mailing list:
>> > +
>> > + http://lists.openembedded.org/mailman/listinfo/openembedded-core
>> > +
>> > +Source code:
>> > +
>> > + http://git.openembedded.org/openembedded-core/
>> > +
>> > +When sending patches, please use something like:
>> > +
>> > + git send-email --to openembedded-core@lists.openembedded.org
>> > <patches>
>>
>> Maybe we could add something about the helper scripts:
>>
>> scripts/create-pull-request
>> scripts/send-pull-request
>>
>> or do you think that those scripts might be out of scope for the primary
>> intended audience of this section?
>
> My suggestion would be to link to the following page instead which covers all
> the options and explains how to use them:
>
> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
>
> We can probably drop the "commit message guidelines" link at the same time
> since the above page already links to that.
Thanks guys for the suggestions.
Paul: do you mean dropping everything and add something like
Contributing
------------
Please refer to
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
for guidelines on how to submit patches.
? Or keep everything and just replace the guidelines link?
Best wishes.
Mario
--
http://www.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] README: add "Contributing" section
2015-05-13 13:07 ` Mario Domenech Goulart
@ 2015-05-13 14:13 ` Paul Eggleton
0 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2015-05-13 14:13 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: Anders Darander, openembedded-core
On Wednesday 13 May 2015 13:07:28 Mario Domenech Goulart wrote:
> On Wed, 13 May 2015 09:54:39 +0100 Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> > On Wednesday 13 May 2015 07:17:01 Anders Darander wrote:
> >> * Mario Domenech Goulart <mario@ossystems.com.br> [150512 16:58]:
> >> > +Contributing
> >> > +------------
> >> > +
> >> > +To contribute to this layer you should submit the patches for
> >> > +review to the mailing list (openembedded-core@lists.openembedded.org).
> >> > +
> >> > +Please refer to:
> >> > +http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> >> > +for some useful guidelines to be followed when submitting patches.
> >> > +
> >> > +Mailing list:
> >> > +
> >> > + http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >> > +
> >> > +Source code:
> >> > +
> >> > + http://git.openembedded.org/openembedded-core/
> >> > +
> >> > +When sending patches, please use something like:
> >> > +
> >> > + git send-email --to openembedded-core@lists.openembedded.org
> >> > <patches>
> >>
> >> Maybe we could add something about the helper scripts:
> >>
> >> scripts/create-pull-request
> >> scripts/send-pull-request
> >>
> >> or do you think that those scripts might be out of scope for the primary
> >> intended audience of this section?
> >
> > My suggestion would be to link to the following page instead which covers
> > all>
> > the options and explains how to use them:
> > http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
> >
> > We can probably drop the "commit message guidelines" link at the same time
> > since the above page already links to that.
>
> Thanks guys for the suggestions.
>
> Paul: do you mean dropping everything and add something like
>
>
> Contributing
> ------------
>
> Please refer to
> http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
> for guidelines on how to submit patches.
>
>
> ? Or keep everything and just replace the guidelines link?
I think the best plan would be to 1) edit the contributing section as you
posted above, and 2) drop the "When sending patches..." bit.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-13 14:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 14:58 [PATCH] README: add "Contributing" section Mario Domenech Goulart
2015-05-12 15:03 ` Otavio Salvador
2015-05-13 5:17 ` Anders Darander
2015-05-13 8:54 ` Paul Eggleton
2015-05-13 13:07 ` Mario Domenech Goulart
2015-05-13 14:13 ` Paul Eggleton
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.