Skip to content

Commit e4b8e0a

Browse files
authored
Reduce number of fields on bug report, replacing many with native:debug (#545)
1 parent 9e9166d commit e4b8e0a

File tree

1 file changed

+11
-36
lines changed

1 file changed

+11
-36
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+11-36
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ body:
77
attributes:
88
value: |
99
We're sorry to hear you have a problem.
10-
10+
1111
Before submitting your report, please make sure you've been through the section "[Debugging](https://nativephp.com/docs/getting-started/debugging)" in the docs.
1212
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+
1315
If nothing here has helped you, please provide as much useful context as you can here to help us solve help you.
1416
1517
Note that reams and reams of logs isn't helpful - please share only relevant errors.
@@ -23,6 +25,7 @@ body:
2325
placeholder: Trying to build my app for production
2426
validations:
2527
required: true
28+
2629
- type: textarea
2730
id: what-happened
2831
attributes:
@@ -31,6 +34,7 @@ body:
3134
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
3235
validations:
3336
required: true
37+
3438
- type: textarea
3539
id: how-to-reproduce
3640
attributes:
@@ -39,37 +43,15 @@ body:
3943
placeholder: When I do X I see Y.
4044
validations:
4145
required: true
46+
4247
- 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
5149
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`)
5552
validations:
5653
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+
7355
- type: dropdown
7456
id: operating-systems
7557
attributes:
@@ -80,14 +62,7 @@ body:
8062
- macOS
8163
- Windows
8264
- Linux
83-
- type: input
84-
id: os-version
85-
attributes:
86-
label: OS version
87-
description: Which version of these OSes are you using?
88-
placeholder: 'win11 (23H2), macos14.1 (23B74)'
89-
validations:
90-
required: true
65+
9166
- type: textarea
9267
id: notes
9368
attributes:

0 commit comments

Comments
 (0)