diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yaml b/.github/ISSUE_TEMPLATE/Bug_report.yaml index a683a565..fbac1138 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug_report.yaml @@ -11,6 +11,14 @@ body: validations: required: true + - type: input + id: php-version + attributes: + label: PHP Version + placeholder: 8.1 + validations: + required: true + - type: textarea id: description attributes: @@ -22,11 +30,13 @@ body: - type: textarea id: to-reproduce attributes: - label: To Reproduce + label: Steps To Reproduce description: | Steps to reproduce the behavior: 1. '...' 2. '...' + validations: + required: true - type: textarea id: expected-behavior