From 9f47f711dfafddc659ee28f924f86f69dc5d89a1 Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Mon, 7 Jul 2025 20:01:40 +0000 Subject: [PATCH] Testing further --- .github/ISSUE_TEMPLATE/papi_bug_report.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml index 21538b4..0cdfa27 100644 --- a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml @@ -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 @@ -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 @@ -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