From 22f7727032e0a53188be2f602913aae8927d6198 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Mon, 7 Jul 2025 20:16:21 +0000 Subject: [PATCH] new line test --- .github/ISSUE_TEMPLATE/papi_bug_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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