From c97e010779a55e81ddc72552c005014ea587e90f Mon Sep 17 00:00:00 2001 From: SonyPradana Date: Tue, 3 Sep 2024 17:12:25 +0700 Subject: [PATCH] add php version --- .github/ISSUE_TEMPLATE/Bug_report.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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