summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/resources.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/resources.xml')
-rw-r--r--documentation/ref-manual/resources.xml36
1 files changed, 33 insertions, 3 deletions
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml
index 8299f9f3ca..0cd0e5a254 100644
--- a/documentation/ref-manual/resources.xml
+++ b/documentation/ref-manual/resources.xml
@@ -17,11 +17,41 @@
17</section> 17</section>
18 18
19<section id='resources-bugtracker'> 19<section id='resources-bugtracker'>
20 <title>Tracking Bugs</title> 20 <title>Yocto Project Bugzilla</title>
21 21
22 <para> 22 <para>
23 If you find problems with the Yocto Project, you should report them using the 23 The Yocto Project uses its own implementation of
24 Bugzilla application at <ulink url='&YOCTO_BUGZILLA_URL;'></ulink>. 24 <ulink url='http://www.bugzilla.org/about/'>Bugzilla</ulink> to track
25 defects (bugs).
26 Implementations of Bugzilla work well for group development because
27 they track bugs and code changes, can be used to communicate changes
28 and problems with developers, can be used to submit and review patches,
29 and can be used to manage quality assurance.
30 </para>
31
32 <para>
33 Sometimes it is helpful to submit, investigate, or track a bug against
34 the Yocto Project itself (e.g. when discovering an issue with some
35 component of the build system that acts contrary to the documentation
36 or your expectations).
37 </para>
38
39 <para>
40 A general procedure and guidelines exist for when you use Bugzilla to
41 submit a bug.
42 For information on how to use Bugzilla to submit a bug against the
43 Yocto Project, see the following:
44 <itemizedlist>
45 <listitem><para>
46 The
47 "<ulink url='&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project'>Submitting a Defect Against the Yocto Project</ulink>"
48 section in the Yocto Project Development Manual.
49 </para></listitem>
50 <listitem><para>
51 The Yocto Project
52 <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>Bugzilla wiki page</ulink>
53 </para></listitem>
54 </itemizedlist>
25 </para> 55 </para>
26</section> 56</section>
27 57