summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-03-06 18:16:16 +0100
committerGitHub <noreply@github.com>2018-03-06 18:16:16 +0100
commit2018a59b318cef5b60c06a7b3eda2c5257280a7b (patch)
tree41dd9ad76a529db3086e29b3fa9d58e8ad8db00e
parent7e0425400e16b4a7afc9b3c03d1176e6dcdb8373 (diff)
parent92ca1276fb8fac97f043154b380550a4e4780607 (diff)
downloadATCD-2018a59b318cef5b60c06a7b3eda2c5257280a7b.tar.gz
Merge pull request #587 from jwillemsen/jwi-issuetemplate
Add starter issue template for github
-rw-r--r--issue_template.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 00000000000..781f4161474
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,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