Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Aug 14, 2021
1 parent 89a0297 commit 3287616
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "\U0001F41B Bug Report"
description: Report a general library issue.
labels: [bug]
issue_body: false
body:
- type: input
attributes:
Expand All @@ -14,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.15"
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
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: "\U0001F4A1 Feature request"
description: "For ideas or feature requests: please create a Pull Request or open an issue."
description: "For ideas or feature requests: please make a pull request or open an issue."
labels: [enhancement]
body:
- type: textarea
attributes:
label: Please describe the feature
description: A concise description of what you would like to experience.
validations:
required: true
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Support question
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 3287616

Please sign in to comment.