"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
|