From e81175ccbb9e3ed7130c629546ee1c8f5b09061c Mon Sep 17 00:00:00 2001 From: Pierre Gerhard <p.gerhard@dunistra.fr> Date: Tue, 11 Mar 2025 09:32:32 +0100 Subject: [PATCH] add issue template --- .gitlab/issue_templates/hpc_issue.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitlab/issue_templates/hpc_issue.md diff --git a/.gitlab/issue_templates/hpc_issue.md b/.gitlab/issue_templates/hpc_issue.md new file mode 100644 index 0000000..cebb7f8 --- /dev/null +++ b/.gitlab/issue_templates/hpc_issue.md @@ -0,0 +1,26 @@ +## HPC Issue Template +To standardize issue reporting, please use the following template. + +## Background Information + +### Describe the affected environment +- **System/Cluster**: +- **Operating System & Version**: +- **Software/Library Affected**: +- **Installation Method** (package manager, manual build, etc.): + +### If applicable, provide additional details +If installed from source, provide relevant version details or commands used. + +## Details of the Problem + +### Error Message + +### Steps to Reproduce + +### Expected Behavior +Describe what should have happened. + +### Additional Information +Include any relevant context, logs, or system details. + -- GitLab