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

dev-manual: Edits to "Policies and Change Flow" section.

(From yocto-docs rev: 9d4c4fdaec73a0bba3e19872cad24a8c2463da58)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-04-09 11:27:10 -07:00
committed by Richard Purdie
parent f09cca6d49
commit b7b64ae73f
@@ -316,14 +316,14 @@
<title>Policies and Change Flow</title> <title>Policies and Change Flow</title>
<para> <para>
The Yocto Project itself uses a hierarchy structure and a The Yocto Project itself uses a hierarchical structure and a
pull model. pull model.
Scripts exist to create and send pull requests Scripts exist to create and send pull requests
(i.e. <filename>create-pull-request</filename> and (i.e. <filename>create-pull-request</filename> and
<filename>send-pull-request</filename>). <filename>send-pull-request</filename>).
This model is in line with other open source projects where This model is in line with other open source projects where
maintainers are responsible for specific areas of the project maintainers are responsible for specific areas of the project
and a single maintainer handles the final top-of-tree merges. and a single maintainer handles the final "top-of-tree" merges.
</para> </para>
<note> <note>