File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
- description : Report an Issue or Bug with the Package
2
+ description : Report an Issue or Bug in NativePHP
3
3
title : " [Bug]: "
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. Can you help us solve it by providing the following details.
9
+ We're sorry to hear you have a problem. Please help us solve it by providing the following details.
10
+ - type : textarea
11
+ id : what-doing
12
+ attributes :
13
+ label : What were you trying to do?
14
+ description : Some context about what you were trying to achieve
15
+ placeholder : Trying to build my app for production
16
+ validations :
17
+ required : true
10
18
- type : textarea
11
19
id : what-happened
12
20
attributes :
26
34
- type : input
27
35
id : package-version
28
36
attributes :
29
- label : Package Version
30
- description : What version of our Package are you running? Please be as specific as possible
31
- placeholder : 2.0.0
37
+ label : Package Versions
38
+ description : What versions of the NativePHP packages are you running? Output of `composer show nativephp/* --format=json`
32
39
validations :
33
40
required : true
34
41
- type : input
@@ -58,13 +65,21 @@ body:
58
65
- type : dropdown
59
66
id : operating-systems
60
67
attributes :
61
- label : Which operating systems does with happen with ?
68
+ label : Which operating systems have you seen this occur on ?
62
69
description : You may select more than one.
63
70
multiple : true
64
71
options :
65
72
- macOS
66
73
- Windows
67
74
- Linux
75
+ - type : input
76
+ id : os-version
77
+ attributes :
78
+ label : OS version
79
+ description : Which version of these OSes are you using?
80
+ placeholder : ' win11 (23H2), macos14.1 (23B74)'
81
+ validations :
82
+ required : true
68
83
- type : textarea
69
84
id : notes
70
85
attributes :
You can’t perform that action at this time.
0 commit comments