From bbfbe5ef9165375c05c40203b70a82152cb9445a Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Mon, 7 Jul 2025 19:49:02 +0000 Subject: [PATCH] Further updates to template --- .github/ISSUE_TEMPLATE/papi_bug_report.yaml | 29 +++++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml index 2043de2..c8c048c 100644 --- a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml @@ -17,7 +17,7 @@ body: attributes: label: Operating System description: What is the your operating system? Include name and version number. - placeholder: e.g. Rocky Linux Version 9.5 + placeholder: e.g. Rocky Linux Version 9.5 validations: required: True - type: input @@ -33,7 +33,7 @@ body: attributes: label: CPU Architecture description: What CPU architecture are you using? - placeholder: e.g. Intel Xeon Gold 6140 CPU + placeholder: e.g. Intel Xeon Gold 6140 CPU (cat /proc/cpuinfo | grep "name" | head -n 1) validations: required: True - type: input @@ -44,6 +44,22 @@ body: placeholder: e.g. GCC 11.5.0 validations: required: True + - type: input + id: papi-version + attributes: + label: PAPI Version + description: What version of PAPI are you using (optional)? + placeholder: e.g. master or PAPI 7.2.0 + validations: + required: False + - type: input + id: component + attributes: + label: Component + description: What component does this issue pertain to (optional)? + placeholder: e.g. Cuda + validations: + required: False - type: textarea id: steps-to-reproduce attributes: @@ -51,6 +67,9 @@ body: description: Provide steps to reproduce this issue (optional). validations: required: False - - - + - type: textarea + id: additional-information + attributes: + label: Additional Information + description: Is there any additional information that is relevant to your issue? This could be +node parallelization used or is the program ran your system or a batch system.