devel-scm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 14 Sep 2011 14:14:40 +0300
changeset 990 8b00bb2999f4
parent 954 887fa4aff71f
child 1011 c006c2f27f51
permissions -rw-r--r--
Move some file to RST syntax.

.. -*- coding: utf-8 -*-

====================================
 Software configuration management.
====================================
.. contents::

Request/issue/bug tracker.
==========================

Each artifact can contain several attributes as:

 * Status.
 * Type.
 * Component.
 * Version.
 * Milestone.
 * Priority.
 * Resolution.

  http://trac.edgewall.org/wiki/TracTickets
                The Trac Ticket System

Status/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.

Resolution.
-----------

Reason for why a ticket was closed. One of fixed, invalid, wontfix, duplicate.