.. -*- coding: utf-8; -*-========================================== Software configuration management (SCM).==========================================.. contents:: :local:About.======Configuration management covers the processes used to control, coordinate, andtrack: code, requirements, documentation, problems, change requests, designs,tools/compilers/libraries/patches, changes made to them, and who makes thechanges. (See the 'Tools' section for web resources with listings ofconfiguration management tools.Request/issue/bug tracker.==========================Each artifact can contain several attributes as:* Status.* Type.* Component.* Version.* Milestone.* Severity.* Priority.* Resolution.* ID.* Date.* Reposter, assigned, CC.http://trac.edgewall.org/wiki/TracTickets The Trac Ticket SystemStatus/State.-------------Open/Reopened/Closed.Type.-----Type is a kind of artifact - bug/issue or enhancement or suggestion or wanted,etc.Component.----------Component is a project module or a subsystem distinct by different criteria.This can be - client/server, host/target, ui/doc/installer, etc.Version.--------Version vs. build/release number.---------------------------------Version is a tag for Milestone.----------Milestone is a data when issue should be resolved.Severity.---------How danger is bug or issue. For example it may be crash, corruption (of userdata), or misspelling.Possible values:: blocker critical major minor trivialSee:http://www.debian.org/Bugs/Developer#severities Severity levels in Debian project.Priority.---------How important is to fix bug. What bugs are first to fix.Possible values:: highest high normal low lowestResolution.-----------Reason for why a ticket was closed. One of fixed, invalid, wontfix, duplicate.