diff options
| author | cgd <cgd@NetBSD.org> | 1993-04-02 10:49:34 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-04-02 10:49:34 +0000 |
| commit | 2af375f8036b8b74d986e2e220f89584de1bf6bd (patch) | |
| tree | 050777dab3354cdadd5c763abba74657438f81b6 /libexec/bugfiler/bugformat | |
| parent | 0bde8f403d00514786b30abc92f1a6311d98827a (diff) | |
bugfiler, brought in from net/2...
Diffstat (limited to 'libexec/bugfiler/bugformat')
| -rw-r--r-- | libexec/bugfiler/bugformat | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libexec/bugfiler/bugformat b/libexec/bugfiler/bugformat new file mode 100644 index 00000000000..4681c04d37d --- /dev/null +++ b/libexec/bugfiler/bugformat @@ -0,0 +1,31 @@ +Subject: Short summary of the problem (please make this meaningful!) +Index: folder net2 + +Description: + Detailed description of the problem, suggestion, or complaint. +Repeat-By: + Describe the sequence of events that causes the problem + to occur. +Fix: + Description of how to fix the problem. If you don't know a + fix for the problem, don't include this section. + +-------- 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 + | local | man | misc | new | sys | ucb + | usr.bin | usr.lib + +If you're not running 4.3BSD, you should also replace "4.3BSD" on +the same line with one of the following values. + + version ::= 4.3BSD | 4.3BSD-tahoe | 4.3BSD-reno | net2 + +For example, if your bug concerns the program "/usr/bin/file" and +you're currently running 4.3BSD-Reno, you should replace "folder" +with "usr.bin/file", and "net2" with "4.3BSD-Reno". The folder +"ideas" is for suggestions. |
