From 9ade10cfc433326175dcfd4848d059ce774a61b4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 09:02:28 -0700 Subject: dev-manual: Added cross-reference to section for finding maintainers The "Tracking Bugs" section mentions how to enter a bug using Bugzilla. I added a new step just before the step that says to submit the bug that tells the user to be sure to copy the correct people. The link goes to the section that describes how to figure out who is responsible for code. (From yocto-docs rev: 64e58402490267a339c9bade969850da50f39cf1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 9d5e7a3646..46b680e6be 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -1088,9 +1088,11 @@ The "master" branch is the “upstream” repository where the final builds of the project occur. The maintainer is responsible for allowing changes in from other developers and for organizing the underlying branch structure to reflect release strategies and so forth. - You can see who is the maintainer for Yocto Project files by examining the - maintainers.inc file in the Yocto Project - meta-yocto/conf/distro/include directory. + For information on finding out who is responsible (maintains) + for a particular area of code, see the + "How to Submit a Change" + section. + @@ -1251,6 +1253,11 @@ and so forth that surrounds the issue. You can even attach supporting files for output from logs by using the "Add an attachment" button. + Be sure to copy the appropriate people in the + "CC List" for the bug. + See the "How to Submit a Change" + section for information about finding out who is responsible + for code. Submit the bug by clicking the "Submit Bug" button. -- cgit v1.2.3-54-g00ecf