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
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
name: Bug Report
2
2
description: |
3
-
Found a bug in NativePHP? Before submitting your report, please make sure you've been through the section "Debugging" in the docs: https://nativephp.com/docs/getting-started/debugging.
3
+
Found a bug in NativePHP? You're in the right place!
4
4
labels: ["bug"]
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
We're sorry to hear you have a problem. Please help us solve it by providing the following details.
9
+
We're sorry to hear you have a problem.
10
+
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
+
13
+
If nothing here has helped you, please provide as much useful context as you can here to help us solve help you.
14
+
15
+
Note that reams and reams of logs isn't helpful - please share only relevant errors.
16
+
17
+
If possible, please prepare a reproduction repo and link to it in the Notes field.
10
18
- type: textarea
11
19
id: what-doing
12
20
attributes:
@@ -31,7 +39,7 @@ body:
31
39
placeholder: When I do X I see Y.
32
40
validations:
33
41
required: true
34
-
- type: markdown
42
+
- type: textarea
35
43
id: package-version
36
44
attributes:
37
45
label: Package Versions
@@ -84,6 +92,6 @@ body:
84
92
id: notes
85
93
attributes:
86
94
label: Notes
87
-
description: Use this field to provide any other notes that you feel might be relevant to the issue.
95
+
description: Use this field to provide any other notes that you feel might be relevant to the issue. Include links to any reproduction repos you've created here.
0 commit comments