Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions .github/ISSUE_TEMPLATE/papi_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -44,13 +44,32 @@ 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:
label: Steps to Reproduce
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.