From 11945a73c631bedbcf8daaba531964c3fc2d6333 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 5 Feb 2004 12:49:08 +0000 Subject: - Remove html, txt, and pdf directories from CVS - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. --- docs/html/components.html | 192 ---------------------------------------------- 1 file changed, 192 deletions(-) delete mode 100644 docs/html/components.html (limited to 'docs/html/components.html') diff --git a/docs/html/components.html b/docs/html/components.html deleted file mode 100644 index a15951bd7..000000000 --- a/docs/html/components.html +++ /dev/null @@ -1,192 +0,0 @@ -Components
The Bugzilla Guide - 2.17.7 - Development Release
PrevChapter 3. Administering BugzillaNext

3.4. Components

Components are subsections of a Product. E.g. the computer game - you are designing may have a "UI" - component, an "API" component, a "Sound System" component, and a - "Plugins" component, each overseen by a different programmer. It - often makes sense to divide Components in Bugzilla according to the - natural divisions of responsibility within your Product or - company.

Each component has a owner and (if you turned it on in the parameters), - a QA Contact. The owner should be the primary person who fixes bugs in - that component. The QA Contact should be the person who will ensure - these bugs are completely fixed. The Owner, QA Contact, and Reporter - will get email when new bugs are created in this Component and when - these bugs change. Default Owner and Default QA Contact fields only - dictate the - default assignments; - these can be changed on bug submission, or at any later point in - a bug's life.

To create a new Component:

  1. Select the "Edit components" link from the "Edit product" - page

  2. Select the "Add" link in the bottom right.

  3. Fill out the "Component" field, a short "Description", - the "Initial Owner" and "Initial QA Contact" (if enabled.) - The Component and Description fields may contain HTML; - the "Initial Owner" field must be a login name - already existing in the database. -


PrevHomeNext
ProductsUpVersions
\ No newline at end of file -- cgit v1.2.1