Skip to content

Commit 8bbef24

Browse files
authored
Update bug.yml
1 parent 3dae3bc commit 8bbef24

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
name: Bug Report
22
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!
44
labels: ["bug"]
55
body:
66
- type: markdown
77
attributes:
88
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.
1018
- type: textarea
1119
id: what-doing
1220
attributes:
@@ -31,7 +39,7 @@ body:
3139
placeholder: When I do X I see Y.
3240
validations:
3341
required: true
34-
- type: markdown
42+
- type: textarea
3543
id: package-version
3644
attributes:
3745
label: Package Versions
@@ -84,6 +92,6 @@ body:
8492
id: notes
8593
attributes:
8694
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.
8896
validations:
8997
required: false

0 commit comments

Comments
 (0)