You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+11-36
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ body:
7
7
attributes:
8
8
value: |
9
9
We're sorry to hear you have a problem.
10
-
10
+
11
11
Before submitting your report, please make sure you've been through the section "[Debugging](https://nativephp.com/docs/getting-started/debugging)" in the docs.
12
12
13
+
Please also ensure that you have the latest version of NativePHP packages installed, and are using [supported versions](https://nativephp.com/docs/desktop/1/getting-started/support-policy) of PHP and Laravel.
14
+
13
15
If nothing here has helped you, please provide as much useful context as you can here to help us solve help you.
14
16
15
17
Note that reams and reams of logs isn't helpful - please share only relevant errors.
@@ -23,6 +25,7 @@ body:
23
25
placeholder: Trying to build my app for production
24
26
validations:
25
27
required: true
28
+
26
29
- type: textarea
27
30
id: what-happened
28
31
attributes:
@@ -31,6 +34,7 @@ body:
31
34
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
32
35
validations:
33
36
required: true
37
+
34
38
- type: textarea
35
39
id: how-to-reproduce
36
40
attributes:
@@ -39,37 +43,15 @@ body:
39
43
placeholder: When I do X I see Y.
40
44
validations:
41
45
required: true
46
+
42
47
- type: textarea
43
-
id: package-version
44
-
attributes:
45
-
label: Package Versions
46
-
description: What versions of the NativePHP packages are you running? Output of `composer show "nativephp/*" --format=json`
47
-
validations:
48
-
required: true
49
-
- type: input
50
-
id: php-version
48
+
id: debug
51
49
attributes:
52
-
label: PHP Version
53
-
description: What version of PHP are you running? Please be as specific as possible
54
-
placeholder: 8.2.0
50
+
label: Debug Output
51
+
description: Please provide output from the NativePHP Debug command. This will help us understand your environment and the issue you're facing. (`php artisan native:debug`)
55
52
validations:
56
53
required: true
57
-
- type: input
58
-
id: laravel-version
59
-
attributes:
60
-
label: Laravel Version
61
-
description: What version of Laravel are you running? Please be as specific as possible
62
-
placeholder: 9.0.0
63
-
validations:
64
-
required: true
65
-
- type: input
66
-
id: node-version
67
-
attributes:
68
-
label: Node Version
69
-
description: What version of Node are you running? Please be as specific as possible
70
-
placeholder: '18.17'
71
-
validations:
72
-
required: true
54
+
73
55
- type: dropdown
74
56
id: operating-systems
75
57
attributes:
@@ -80,14 +62,7 @@ body:
80
62
- macOS
81
63
- Windows
82
64
- Linux
83
-
- type: input
84
-
id: os-version
85
-
attributes:
86
-
label: OS version
87
-
description: Which version of these OSes are you using?
0 commit comments