Skip to content

Commit c9e945e

Browse files
authored
Updated Issue Template (#36)
1 parent 971e99d commit c9e945e

File tree

3 files changed

+63
-11
lines changed

3 files changed

+63
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Bug Report
2+
description: Report an Issue or Bug with the Package
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: What did you expect to happen?
15+
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
16+
validations:
17+
required: true
18+
- type: input
19+
id: package-version
20+
attributes:
21+
label: Package Version
22+
description: What version of our Package are you running? Please be as specific as possible
23+
placeholder: 1.0.0
24+
validations:
25+
required: true
26+
- type: input
27+
id: php-version
28+
attributes:
29+
label: PHP Version
30+
description: What version of PHP are you running? Please be as specific as possible
31+
placeholder: 8.3.0
32+
validations:
33+
required: true
34+
- type: input
35+
id: laravel-version
36+
attributes:
37+
label: Laravel Version
38+
description: What version of Laravel are you running? Please be as specific as possible
39+
placeholder: 11.0.0
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: operating-systems
44+
attributes:
45+
label: Which operating systems does with happen with?
46+
description: You may select more than one.
47+
multiple: true
48+
options:
49+
- macOS
50+
- Windows
51+
- Linux

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 11 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)