diff options
| author | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
| commit | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (patch) | |
| tree | c5b2ce776438e0a52b492a2ab6ab41360b8ba1f6 /libexec/bugfiler/bugformat | |
Diffstat (limited to 'libexec/bugfiler/bugformat')
| -rw-r--r-- | libexec/bugfiler/bugformat | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/libexec/bugfiler/bugformat b/libexec/bugfiler/bugformat new file mode 100644 index 000000000000..939f4188f49a --- /dev/null +++ b/libexec/bugfiler/bugformat @@ -0,0 +1,40 @@ +Subject: Short summary of the problem (please make this meaningful!) +Index: folder FreeBSD-current + +Description: + Detailed description of the problem, suggestion, or complaint. +Repeat-By: + Describe the sequence of events that causes the problem + to occur. If you can provide a shell script or program do + duplicate the problem please do so. +Fix: + Description of how to fix the problem. If you don't know a + fix for the problem, don't include this section. If you can + provide context diffs (diff -c oldfile newfile) please do so. + +-------- Remove this line and what's below it, for reference only. -------- + +To ensure that your bug report is handled correctly by bugfiler(8), +you must replace "folder" (on the line above starting with "Index:") +with one of the following values: + + folder ::= bin | doc | etc | games | ideas | include | lib + | libexec | man | misc | sbin | share | sys + | usr.bin | usr.sbin + +This value should match the part of directory that the bug is in +under /usr/src. If it appears in more than one directory, use the +first one on the list. If the place that it appears is not on the list +use the "misc" value. If it is a suggestion use the "ideas" value. If +it is a manual page problem use the "man" value. + +If you're not running FreeBSD-current, you should also replace +"FreeBSD-current" on the same line with one of the following values. + + version ::= FreeBSD-current | FreeBSD-1.0 + +For example, if your bug concerns the program "/usr/bin/file" and +you're currently running FreeBSD-1.1, you should replace "folder" +with "usr.bin/file", and "FreeBSD-current" with "FreeBSD-1.1". +Thus, your Index line would look like this: +Index: usr.bin/file FreeBSD-1.1 |
