Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed Jun 5, 2024
1 parent 422ede2 commit e90a518
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ literal_block: |
description: Create a bug report
labels: ["defect"]
body:
- type: input
id: yiiversion
attributes:
label: Yii Version
description: Which version of Yii are you using?
placeholder: "Enter the version of this package you are using"
validations:
required: true
- type: input
id: phpversion
attributes:
Expand All @@ -34,15 +26,15 @@ body:
- Linux (Default)
default: 2
validations:
required: true
required: false
- type: textarea
id: expected
attributes:
label: Expected result
description: What is the expected result?
placeholder: Describe what you expected to happen
validations:
required: true
required: false
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit e90a518

Please sign in to comment.