Skip to content

Commit e1dc19a

Browse files
committed
chore: edit issue templates
1 parent 434eb1a commit e1dc19a

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "\U0001F41B Bug Report"
22
description: Report a general library issue.
33
labels: [bug]
4-
issue_body: false
54
body:
65
- type: input
76
attributes:
@@ -14,14 +13,14 @@ body:
1413
attributes:
1514
label: Laravel version
1615
description: "Please provide the full version of Laravel that you're experiencing the bug with."
17-
placeholder: "v1.2.3"
16+
placeholder: "v8.15"
1817
validations:
1918
required: true
2019
- type: input
2120
attributes:
2221
label: PHP version
2322
description: "Please provide the full version of PHP that you're experiencing the bug with."
24-
placeholder: "v1.2.3"
23+
placeholder: "v8.0.0"
2524
validations:
2625
required: true
2726
- type: textarea
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
name: "\U0001F4A1 Feature request"
2-
description: "For ideas or feature requests: please create a Pull Request or open an issue."
2+
description: "For ideas or feature requests: please make a pull request or open an issue."
33
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Please describe the feature
8+
description: A concise description of what you would like to experience.
9+
validations:
10+
required: true
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Support question
2+
description: "Need help with using this package? Ask your question here. Please browse the Discussions for similar questions before."
3+
labels: [question]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: How could we help you?
8+
description: Please describe what is happening and what you expect to happen.
9+
validations:
10+
required: true

0 commit comments

Comments
 (0)