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

View File

@@ -316,14 +316,14 @@
<title>Policies and Change Flow</title>
<para>
The Yocto Project itself uses a hierarchy structure and a
The Yocto Project itself uses a hierarchical structure and a
pull model.
Scripts exist to create and send pull requests
(i.e. <filename>create-pull-request</filename> and
<filename>send-pull-request</filename>).
This model is in line with other open source projects where
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>
<note>