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