From 9ff45396df01cff1e796d480f4138e731bd4d6dd Mon Sep 17 00:00:00 2001 From: Treece Burgess Date: Mon, 7 Jul 2025 19:29:20 +0000 Subject: [PATCH] fix validations --- .github/ISSUE_TEMPLATE/papi_bug_report.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml index 971f239..2043de2 100644 --- a/.github/ISSUE_TEMPLATE/papi_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/papi_bug_report.yaml @@ -10,7 +10,7 @@ body: attributes: label: Issue Description description: What is the issue that you are encountering? - validation: + validations: required: True - type: input id: operating-system @@ -18,7 +18,7 @@ body: label: Operating System description: What is the your operating system? Include name and version number. placeholder: e.g. Rocky Linux Version 9.5 - validation: + validations: required: True - type: input id: architecture @@ -26,7 +26,7 @@ body: label: Architecture description: What is your machines architecture? placeholder: e.g. x86_64 - validation: + validations: required: True - type: input id: cpu-architecture @@ -34,7 +34,7 @@ body: label: CPU Architecture description: What CPU architecture are you using? placeholder: e.g. Intel Xeon Gold 6140 CPU - validation: + validations: required: True - type: input id: compiler @@ -42,14 +42,14 @@ body: label: Compiler description: What is your compiler and compiler version? placeholder: e.g. GCC 11.5.0 - validation: + validations: required: True - type: textarea id: steps-to-reproduce attributes: label: Steps to Reproduce description: Provide steps to reproduce this issue (optional). - validation: + validations: required: False