diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml index 0cdfa27..754f204 100644 --- a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml @@ -16,7 +16,8 @@ body: id: operating-system attributes: label: Operating System - description: What is the your operating system? Include name and version number. (cat /etc/os-release | grep -E "^(NAME=|VERSION=)") + description: What is the your operating system? Include name and version number.
+ Command to be ran `cat /etc/os-release | grep -E "^(NAME=|VERSION=)")`. placeholder: e.g. Rocky Linux Version 9.5 validations: required: True