From c72c5303131c8256836760ec81ad4f23cef5c63e Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 7 Mar 2024 11:09:42 +0100 Subject: [PATCH] BugReport: make reproducer mandatory --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0fe0b7fbe..a3a13c823 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -58,6 +58,8 @@ body: - If possible, as a self-contained list of instructions starting from a clean shell - git checkout, setup environment (Geant4/ROOT version, LCG/iLCSoft/Key4hep release), cmake, build, run... - Don't forget to attach any required input files + validations: + required: true - type: textarea id: additional-context attributes: -- GitLab