summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-09 21:28:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-09 21:28:17 +0000
commit852517e3ce31906689a5e80eb642f647eb97b29f (patch)
tree21c28c9c389049ac15f49b7545fce5e54bbba8f5
parentf8deb81b9f453087f6d003245b3e44c468d1ceb1 (diff)
downloadATCD-852517e3ce31906689a5e80eb642f647eb97b29f.tar.gz
added BUG-REPORT-FORM
-rw-r--r--BUG-REPORT-FORM47
-rw-r--r--Makefile1
-rw-r--r--TAO/BUG-REPORT-FORM51
-rw-r--r--TAO/Makefile1
4 files changed, 100 insertions, 0 deletions
diff --git a/BUG-REPORT-FORM b/BUG-REPORT-FORM
new file mode 100644
index 00000000000..11c8cca2d19
--- /dev/null
+++ b/BUG-REPORT-FORM
@@ -0,0 +1,47 @@
+To: ace-users@cs.wustl.edu
+Subject: [area]: [synopsis]
+ [replace with actual area and short description]
+ [PLEASE make your Subject: line as descriptive as possible.
+ Subjects like "ACE bug" or "bug report" are not helpful!
+ Also, do _not_ include the word "help" in the Subject!]
+
+
+ ACE VERSION:
+
+[version number is found in the VERSION file, in $ACE_ROOT/VERSION]
+
+ CLIENT MACHINE and OPERATING SYSTEM:
+
+[e.g. Sparc/SunOS 5.6, PC/NT 4.0 Service Pak 3, Linux RedHat 5.1]
+
+ COMPILER NAME AND VERSION:
+
+[e.g. Sun/Sparc Sun C++ v4.2, Digital Unix C++ 6.0, gcc 2.5.8, ...]
+
+ AREA/CLASS/EXAMPLE AFFECTED:
+
+[what example failed? What module failed to compile?]
+
+ SYNOPSIS:
+
+[Brief description of the problem]
+
+ DESCRIPTION:
+
+[Detailed description of problem. Don't just say "<blah>
+doesn't work, here's a fix," explain what your program does
+to get to the <blah> state. ]
+
+ REPEAT BY:
+
+[What you did to get the error; include test program or session
+transcript if at all possible. ]
+
+ SAMPLE FIX/WORKAROUND:
+
+[If available ]
+
+
+[Remove all the explanatory text in brackets before mailing.]
+
+[Send to ace-users@cs.wustl.edu, as shown in the sample message header above]
diff --git a/Makefile b/Makefile
index fc28f21e4d4..5d0586939a5 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ CONTROLLED_FILES = ACE-INSTALL.html \
ACE-install.sh \
ASNMP \
BIBLIOGRAPHY \
+ BUG-REPORT-FORM \
COPYING \
ChangeLog \
ChangeLog-98a \
diff --git a/TAO/BUG-REPORT-FORM b/TAO/BUG-REPORT-FORM
new file mode 100644
index 00000000000..df22c1fd2f2
--- /dev/null
+++ b/TAO/BUG-REPORT-FORM
@@ -0,0 +1,51 @@
+To: ace-users@cs.wustl.edu
+Subject: [area]: [synopsis]
+ [replace with actual area and short description]
+ [PLEASE make your Subject: line as descriptive as possible.
+ Subjects like "TAO bug" or "bug report" are not helpful!
+ Also, do _not_ include the word "help" in the Subject!]
+
+
+ TAO VERSION:
+
+[version number is found in the VERSION file, in $ACE_ROOT/TAO/VERSION]
+
+ ACE VERSION:
+
+[version number is found in the VERSION file, in $ACE_ROOT/VERSION]
+
+ CLIENT MACHINE and OPERATING SYSTEM:
+
+[e.g. Sparc/SunOS 5.6, PC/NT 4.0 Service Pak 3, Linux RedHat 5.1]
+
+ COMPILER NAME AND VERSION:
+
+[e.g. Sun/Sparc Sun C++ v4.2, Digital Unix C++ 6.0, gcc 2.5.8, ...]
+
+ AREA/CLASS/EXAMPLE AFFECTED:
+
+[what example failed? What module failed to compile?]
+
+ SYNOPSIS:
+
+[Brief description of the problem]
+
+ DESCRIPTION:
+
+[Detailed description of problem. Don't just say "<blah>
+doesn't work, here's a fix," explain what your program does
+to get to the <blah> state. ]
+
+ REPEAT BY:
+
+[What you did to get the error; include test program or session
+transcript if at all possible. ]
+
+ SAMPLE FIX/WORKAROUND:
+
+[If available ]
+
+
+[Remove all the explanatory text in brackets before mailing.]
+
+[Send to ace-users@cs.wustl.edu, as shown in the sample message header above]
diff --git a/TAO/Makefile b/TAO/Makefile
index 05e9658fa43..b46fc09a681 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -56,6 +56,7 @@ CONTROLLED_FILES = ChangeLog \
TAO-INSTALL.html \
TAO-inheritance.pdf.gz \
TAO-inheritance.ps.gz \
+ BUG-REPORT-FORM \
COPYING \
COPYING.sun \
release.chk \