Skip to content

Commit

Permalink
chore: some more issue template adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Aug 14, 2021
1 parent 5047ff4 commit 5c4f661
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ body:
attributes:
label: Laravel version
description: "Please provide the full version of Laravel that you're experiencing the bug with."
placeholder: "v1.2.3"
placeholder: "v8.20"
validations:
required: true
- type: input
attributes:
label: PHP version
description: "Please provide the full version of PHP that you're experiencing the bug with."
placeholder: "v1.2.3"
placeholder: "v8.0.0"
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature request
name: "\U0001F4A1 Feature request"
description: "For ideas or feature requests: please make a pull request or open an issue."
labels: [enhancement]
body:
Expand All @@ -7,4 +7,4 @@ body:
label: Please describe the feature
description: A concise description of what you would like to experience.
validations:
required: false
required: true
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/Support_question.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: Support question
description: "Need help with using this package? Ask your question here & browse the Discussions for similar questions."
description: "Need help with using this package? Ask your question here. Please browse the Discussions for similar questions before."
labels: [question]
body:
- type: textarea
attributes:
label: How could we help you?
description: Please describe what is happening and what you expect to happen.
validations:
required: true

0 comments on commit 5c4f661

Please sign in to comment.