From ae540db9d8afd26316dc5c4839d6b5a57381dd8c Mon Sep 17 00:00:00 2001 From: Marko Petric Date: Wed, 13 Sep 2017 13:51:41 +0200 Subject: [PATCH] Add ISSUE_TEMPLATE for users --- .github/ISSUE_TEMPLATE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..00d1bb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,9 @@ +!!!IMPORTANT!!!: To facilitate faster and easier response to your issue please provide in addition to the description of the issue also the following information + + - OS version: e.g. SLC6 + - Compiler version: e.g GCC 6.2 + - Package version: tag, commit ID, CVMFS release or GitHub branch + - Reproduced by: exact steps to reproduce the problem: checkout, setup environment (iLCSoft release), cmake, build, run... + - Input: link to input files if applicable + - Output: full build and run log output + - Goal: A short description of what you are trying to achieve