Skip to content

Commit c41f36b

Browse files
committed
Add print driver input to bug issue template
1 parent c665016 commit c41f36b

File tree

1 file changed

+48
-40
lines changed

1 file changed

+48
-40
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 48 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,53 @@ name: Bug
22
description: File a bug report
33
labels: [bug]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
Before opening a bug report, please search for the behavior in the existing issues.
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Before opening a bug report, please search for the behavior in the existing issues.
99
10-
---
10+
---
1111
12-
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
13-
- type: input
14-
id: package
15-
attributes:
16-
label: Laravel Printing Version
17-
description: Which version of the package are you using?
18-
placeholder: v3.0.0
19-
validations:
20-
required: true
21-
- type: input
22-
id: laravel
23-
attributes:
24-
label: Laravel Version
25-
description: Please provide the full Laravel version of your project.
26-
placeholder: v8.6.1
27-
validations:
28-
required: true
29-
- type: textarea
30-
id: bug-description
31-
attributes:
32-
label: Bug description
33-
description: What happened?
34-
validations:
35-
required: true
36-
- type: textarea
37-
id: steps
38-
attributes:
39-
label: Steps to reproduce
40-
description: What steps do we need to take to reproduce this error?
41-
- type: textarea
42-
id: logs
43-
attributes:
44-
label: Relevant log output
45-
description: If applicable, provide relevant log (error) output. No need for backticks here.
46-
render: shell
12+
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
13+
- type: input
14+
id: package
15+
attributes:
16+
label: Laravel Printing Version
17+
description: Which version of the package are you using?
18+
placeholder: v3.0.0
19+
validations:
20+
required: true
21+
- type: input
22+
id: laravel
23+
attributes:
24+
label: Laravel Version
25+
description: Please provide the full Laravel version of your project.
26+
placeholder: v8.6.1
27+
validations:
28+
required: true
29+
- type: input
30+
id: driver
31+
attributes:
32+
label: Print Driver
33+
description: Which print driver are you using? Enter N/A if it doesn't apply to this issue.
34+
placeholder: PrintNode
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: bug-description
39+
attributes:
40+
label: Bug description
41+
description: What happened?
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: steps
46+
attributes:
47+
label: Steps to reproduce
48+
description: What steps do we need to take to reproduce this error?
49+
- type: textarea
50+
id: logs
51+
attributes:
52+
label: Relevant log output
53+
description: If applicable, provide relevant log (error) output. No need for backticks here.
54+
render: shell

0 commit comments

Comments
 (0)