From 796ab8c7dc2769a2d362b83e0643dc83c66785f3 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Fri, 26 Aug 2022 08:50:42 +0200 Subject: [PATCH] Github: add different issue templates --- .../{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bugreport.md} | 13 +++++++++---- .github/ISSUE_TEMPLATE/feature.md | 6 ++++++ .github/ISSUE_TEMPLATE/question.md | 5 +++++ 3 files changed, 20 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bugreport.md} (57%) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bugreport.md similarity index 57% rename from .github/ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE/bugreport.md index 7291b6544..03cb63cb7 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE/bugreport.md @@ -1,9 +1,14 @@ +--- +name: Bug Report +about: Use this template for reporting Bugs +--- + !!!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 - - DD4hep version: tag or commit ID, or GitHub branch - - Reproduced by: exact steps to reproduce the problem: checkout, setup environment (Geant, ROOT versions, iLCSoft release), cmake, build, run... + - OS version: e.g. centos7 + - Compiler version: e.g GCC 8.0 + - Package version: tag or commit ID, or GitHub branch + - Reproduced by: exact steps to reproduce the problem: checkout, setup environment (Geant4/ROOT version, LCG/iLCSoft/Key4hep 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 diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..907f18a7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,6 @@ +--- +name: New Feature +about: Use this template for proposing new features +labels: enhancement +--- + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..01a606ac1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,5 @@ +--- +name: Question +about: Use this template for asking questions about the functionality of DD4hep +labels: question +--- -- GitLab