Zap empty lines
[ACE_TAO.git] / .github / ISSUE_TEMPLATE / bug_report.md
blob66493f4d26d37a50a50c787823c2fd5b6729e8e5
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: ''
6 assignees: ''
8 ---
10 ### Version
12 The version of ACE and/or TAO you are using
14 ### Host machine and operating system
16 ### Target machine and operating system (if different from host)
18 ### Compiler name and version (including patch level)
20 ### The $ACE_ROOT/ace/config.h file
22 If you use a link to a platform-specific file, simply state which one
24 ### The $ACE_ROOT/include/makeinclude/platform_macros.GNU file
26 if you use a link to a platform-specific file, simply state which one (unless this isn't used in this case, e.g., with Microsoft Visual C++)
28 ### Contents of $ACE_ROOT/bin/MakeProjectCreator/config/default.features
30 Used by MPC when you generate your own makefiles
32 ### AREA/CLASS/EXAMPLE AFFECTED:
34 What example failed?  What module failed to compile?
36 ### The problem effects:
38 Does it affect compilation, linking, or execution. Please indicate whether ACE/TAO, your application, or both are affected.
40 ### Synopsis
42 Brief description of the problem
44 ### Description
46 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.
48 ### Repeat by
50 What you did to get the error; include test program or session transcript if at all possible.
52 ### Sample fix/ workaround
54 If available