Skip to content

Commit 3406872

Browse files
authored
Updated Issue Template
1 parent bf9c079 commit 3406872

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.github/ISSUE_TEMPLATE/bug.yml renamed to .github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,28 @@ body:
1515
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
1616
validations:
1717
required: true
18-
1918
- type: input
2019
id: package-version
2120
attributes:
2221
label: Package Version
2322
description: What version of our Package are you running? Please be as specific as possible
24-
placeholder: 2.0.0
23+
placeholder: 1.0.0
2524
validations:
2625
required: true
2726
- type: input
2827
id: php-version
2928
attributes:
3029
label: PHP Version
3130
description: What version of PHP are you running? Please be as specific as possible
32-
placeholder: 8.2.0
31+
placeholder: 8.3.0
3332
validations:
3433
required: true
3534
- type: input
3635
id: laravel-version
3736
attributes:
3837
label: Laravel Version
3938
description: What version of Laravel are you running? Please be as specific as possible
40-
placeholder: 9.0.0
39+
placeholder: 11.0.0
4140
validations:
4241
required: true
4342
- type: dropdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Question or Feature
2+
description: Open a Question or Feature Request
3+
title: "[Feature]: "
4+
labels: ["feature"]
5+
body:
6+
- type: textarea
7+
id: question-feature
8+
attributes:
9+
label: Question or Feature?
10+
description: Enter a Question or Feature Request
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)