sxemacs-devel
[Top] [All Lists]

Re: Bugzilla configuration

From: Sebastian Freundt <hroptatyr@xxxxxxxxxxx>
Subject: Re: Bugzilla configuration
Date: Wed, 18 Aug 2004 17:38:40 +0000
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.5 (chayote, linux)
"Johann G. Oskarsson" <johann@xxxxxxxxxxxxxx> writes:

> Johann G. Oskarsson writes:
>
> I'm mainly after comments on the following stuff:
>
>  > #
>  > # Which bug and feature-request severities do you want?
>  > #
>  > @severities = (
>  >         "blocker",
>  >         "critical",
>  >         "major",
>  >         "normal",
>  >         "minor",
>  >         "trivial",
>  >         "enhancement"
>  > );

looks okay for me :)
 
 
>  > #
>  > # Which priorities do you want to assign to bugs and feature-request?
>  > #
>  > @priorities = (
>  >         "P1",
>  >         "P2",
>  >         "P3",
>  >         "P4",
>  >         "P5"
>  > );

This would be 

   @priorities = (
           "to be done next month or year",
           "to be done soon",
           "do it",
           "to be done asap",
           "to be done yesterday",
   );

if you asked me ;)


>  > #
>  > # What operatings systems may your products run on?
>  > #
[snip]
>  > #
>  > # What hardware platforms may your products run on?
>  > #
>  > @platforms = (
[snip]

Yeah these look okay for me :)

Greets,
hroptatyr


<Prev in Thread] Current Thread [Next in Thread>