/etc/gnats/defaults/classes is in gnats-user 4.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # Possible classes for a PR.
#
# Any line which begins with a `#' is considered a comment, and GNATS
# will ignore it.
#
# Each entry has the format:
#
# class[:type[:description]]
#
# that is, either of the following is okay:
#
# sw-bug
# sw-bug:class
# sw-bug:class:Software bug
# sw-bug::Software bug
#
# * `class' is the name of the class; it can contain alphanumerics,
# "-", "_", and ".", but no other characters.
#
# * `type' is the optional name of the class type; it can contain
# alphanumerics, "-", "_", and ".", but no other characters. The
# only defined class type is "class", but it's not actually used
# for anything.
#
# `description' is an optional one-line description of what this
# class means. Any character is okay in the description; a newline
# ends it, however. GNATS does not currently use the description,
# other than to include it in the --list-classes command, but
# certain external tools (such as TkGnats) look for it, so it's
# a good idea include one for every class.
#
# The first listed class is the default class for an incoming Problem
# Report.
sw-bug::Problem requiring a correction to software.
doc-bug::Problem requiring a correction or improvement in documentation.
support::A support problem or question.
change-request::Suggested change in functionality.
mistaken::Not a problem, bad PR submission.
duplicate::Duplicate of another existing PR.
|