summaryrefslogtreecommitdiff
path: root/.github/issue_template.md
blob: 781f4161474e552daf00238b45bb15c8a70fedc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
### Version

The version of ACE and/or TAO you are using

### Host machine and operating system

### Target machine and operating system (if different from host)

### Compiler name and version (including patch level)

### The $ACE_ROOT/ace/config.h file

If you use a link to a platform-specific file, simply state which one

### The $ACE_ROOT/include/makeinclude/platform_macros.GNU file

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++)

### Contents of $ACE_ROOT/bin/MakeProjectCreator/config/default.features

Used by MPC when you generate your own makefiles

### AREA/CLASS/EXAMPLE AFFECTED:

What example failed?  What module failed to compile?

### The problem effects:

Does it affect compilation, linking, or execution. Please indicate whether ACE/TAO, your application, or both are affected.

### 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