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
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/papi_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: operating-system
attributes:
label: Operating System
description: What is the your operating system? Include name and version number.
description: What is the your operating system? Include name and version number. (cat /etc/os-release | grep -E "^(NAME=|VERSION=)")
placeholder: e.g. Rocky Linux Version 9.5
validations:
required: True
Expand All @@ -25,7 +25,7 @@ body:
attributes:
label: Architecture
description: What is your machines architecture?
placeholder: e.g. x86_64
placeholder: e.g. x86_64 (uname -m)
validations:
required: True
- type: input
Expand Down Expand Up @@ -72,3 +72,5 @@ body:
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.
validations:
required: False