NAME
bk sendbug − file a bug report
SYNOPSIS
bk sendbug [−T] [email@host]
DESCRIPTION
File a bug or request for enhancement (RFE) against a
project.
The default behavior is to display the graphical version of sendbug when the DISPLAY environment variable is set (UNIX) or if it is run on a Windows operating system. To use a text editor rather than the GUI, use the −T option.
If email address is specified, the bug will be sent to that email address.
This command should be used to file a bug report rather then sending mail to one of the developers.
The BitKeeper bug database is online at http://db.bitkeeper.com.
The bug database is also available via email, consult the web page for more information.
OPTIONS
−T Use a text editor rather than the default
graphical tool to fill out a bug report.
ENVIRONMENT
REPLYTO submitter’s email address
EXAMPLE
An example text template looks like this:
Bug/RFE:
[bug is obvious, RFE is request for enhancement]
Severity:
[5 - no big deal, 1 - can’t use BitKeeper until this
is fixed]
Priority:
[5 - fix whenever, 1 - fix RIGHT NOW]
Program:
[cset, get, delta, etc. If you know which caused the
problem]
Release:
beta10-pre1
OS:
[Linux, IRIX, NT, etc]
Etc.
and the filled out report should look like this (note that the data goes after the tags, not on the same line):
Bug/RFE:
bug
Severity:
1
Priority:
1
Program:
sendbug
Release:
pre-2.0-2
OS:
All
Etc.
CATEGORY
Admin