Skip to content

Commit

Permalink
add php version
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Sep 3, 2024
1 parent 42fd818 commit c97e010
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c97e010

Please sign in to comment.