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"
> );
>
>
>
> #
> # Which priorities do you want to assign to bugs and feature-request?
> #
> @priorities = (
> "P1",
> "P2",
> "P3",
> "P4",
> "P5"
> );
>
>
>
> #
> # What operatings systems may your products run on?
> #
> @opsys = (
> "All",
> "Linux",
> "Mac OS X 10.0",
> "Mac OS X 10.1",
> "Mac OS X 10.2",
> "BSDI",
> "FreeBSD",
> "NetBSD",
> "OpenBSD",
> "AIX",
> "BeOS",
> "Zeta",
> "Haiku",
> "HP-UX",
> "IRIX",
> "OS/2",
> "Solaris",
> "SunOS",
> "other"
> );
>
>
>
> #
> # What hardware platforms may your products run on?
> #
> @platforms = (
> "All",
> "AMD 64",
> "IA 64",
> "Macintosh",
> "PC",
> "PlayStation2",
> "PowerPC",
> "SGI",
> "Sun",
> "Other"
> );
Stay sexy,
Johann
|