1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

documentation: Changes section head for sumbitting change to YP

Fixes [YOCTO #11630]

I changed the section heading for the section that describes how
to make a change to the YP.  It was passive.  I need it to be
active and in line with the "how-to" dev-manual.

(From yocto-docs rev: 340e1b6ab9806ec11ec894d4472bc2c937c2b058)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-06-20 07:11:58 -07:00
committed by Richard Purdie
parent cd9279ab5c
commit eed50a14fe
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -832,7 +832,7 @@
This is the person to whom patches and questions should This is the person to whom patches and questions should
be sent. be sent.
For information on how to find the right person, see the For information on how to find the right person, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Manual.
</para></listitem> </para></listitem>
<listitem><para>Instructions on how to build the BSP using the BSP <listitem><para>Instructions on how to build the BSP using the BSP
@@ -11410,7 +11410,7 @@
need to submit the fix for the recipe in OE-Core and upstream need to submit the fix for the recipe in OE-Core and upstream
so that the problem is taken care of at its source. so that the problem is taken care of at its source.
See the See the
"<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>"
section for more information. section for more information.
</para> </para>
</section> </section>
@@ -348,14 +348,14 @@
to send patches to the project to fix bugs or add features. to send patches to the project to fix bugs or add features.
If you do submit patches, follow the project commit If you do submit patches, follow the project commit
guidelines for writing good commit messages. guidelines for writing good commit messages.
See the "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" See the "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>"
section. section.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Send changes to the core sooner than later Send changes to the core sooner than later
as others are likely to run into the same issues. as others are likely to run into the same issues.
For some guidance on mailing lists to use, see the list in the For some guidance on mailing lists to use, see the list in the
"<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>"
section. section.
For a description of the available mailing lists, see the For a description of the available mailing lists, see the
"<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>" "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>"
@@ -453,7 +453,7 @@
</section> </section>
<section id='how-to-submit-a-change'> <section id='how-to-submit-a-change'>
<title>How to Submit a Change</title> <title>Submitting a Change to the Yocto Project</title>
<para> <para>
Contributions to the Yocto Project and OpenEmbedded are very welcome. Contributions to the Yocto Project and OpenEmbedded are very welcome.
@@ -693,8 +693,8 @@
The messages used to commit changes are a large part of these standards. The messages used to commit changes are a large part of these standards.
Consequently, be sure that the headers for each commit have the required information. Consequently, be sure that the headers for each commit have the required information.
For information on how to follow the Yocto Project commit message standards, see the For information on how to follow the Yocto Project commit message standards, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
Change</ulink>" section in the Yocto Project Development Manual. section in the Yocto Project Development Manual.
</para> </para>
<para> <para>
@@ -96,7 +96,7 @@
reflect release strategies and so forth. reflect release strategies and so forth.
<note>For information on finding out who is responsible for (maintains) <note>For information on finding out who is responsible for (maintains)
a particular area of code, see the a particular area of code, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
section of the Yocto Project Development Manual. section of the Yocto Project Development Manual.
</note> </note>
</para> </para>
@@ -143,7 +143,7 @@
the maintainer include them into "master". the maintainer include them into "master".
This process is called “submitting a patch” or "submitting a change." This process is called “submitting a patch” or "submitting a change."
For information on submitting patches and changes, see the For information on submitting patches and changes, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Manual.
</para> </para>
@@ -249,7 +249,7 @@
<filename>git format-patch</filename> and <filename>git format-patch</filename> and
<filename>git send-email</filename>. <filename>git send-email</filename>.
For information on how to use these scripts, see the For information on how to use these scripts, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Sumbitting a Change to the Yocto Project</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Manual.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
+1 -1
View File
@@ -27,7 +27,7 @@
or by submitting patches through email. or by submitting patches through email.
For information on how to do both as well as information on how For information on how to do both as well as information on how
to identify the maintainer for each area of code, see the to identify the maintainer for each area of code, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>"
section in the Yocto Project Development Manual. section in the Yocto Project Development Manual.
</para> </para>
</section> </section>