File tree Expand file tree Collapse file tree 1 file changed +23
-24
lines changed Expand file tree Collapse file tree 1 file changed +23
-24
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : Report a bug or issue
3
3
title : " [Bug]: "
4
- labels : ["bug", "triage" ]
4
+ labels : ["bug"]
5
5
assignees : []
6
6
body :
7
7
- type : markdown
@@ -21,15 +21,23 @@ body:
21
21
id : reproduce-steps
22
22
attributes :
23
23
label : " Steps to reproduce"
24
- description : " List all necessary steps to reproduce the issue."
24
+ description : " List necessary steps to help us reproduce the issue."
25
25
placeholder : |
26
26
1. Install the Adyen API'...'
27
27
2. Create '...'
28
+ 3. Import and use the NotificationRequest object '...'
28
29
3. Run '...'
29
30
4. Observer error '...'
30
31
validations :
31
32
required : true
32
33
34
+ - type : textarea
35
+ id : actual-behavior
36
+ attributes :
37
+ label : " Actual behavior"
38
+ description : " Describe what happened - the error or unexpected behaviour you see."
39
+ placeholder : " Example: The API returns a 500 internal server error."
40
+
33
41
- type : textarea
34
42
id : expected-behavior
35
43
attributes :
39
47
validations :
40
48
required : true
41
49
42
- - type : textarea
43
- id : actual-behavior
44
- attributes :
45
- label : " Actual behavior"
46
- description : " Describe what actually happened."
47
- placeholder : " Example: The API returns a 500 internal server error."
48
-
49
50
- type : textarea
50
51
id : code-snippet
51
52
attributes :
62
63
validations :
63
64
required : true
64
65
65
- - type : dropdown
66
- id : operating-system
67
- attributes :
68
- label : " Operating System"
69
- description : " Select your operating system."
70
- options :
71
- - Windows
72
- - macOS
73
- - Linux
74
- - Other
75
- validations :
76
- required : true
77
-
78
66
- type : input
79
67
id : node-version
80
68
attributes :
@@ -83,13 +71,24 @@ body:
83
71
placeholder : " Example: 16.14.0"
84
72
validations :
85
73
required : true
86
-
74
+
87
75
- type : input
88
76
id : npm-version
89
77
attributes :
90
78
label : " NPM version"
91
- description : " Specify the NPM version you're using."
79
+ description : " Specify the NPM version you're using (optional) ."
92
80
placeholder : " Example: 8.5.0"
81
+
82
+ - type : dropdown
83
+ id : operating-system
84
+ attributes :
85
+ label : " Operating System"
86
+ description : " Select your operating system."
87
+ options :
88
+ - Windows
89
+ - macOS
90
+ - Linux
91
+ - Other
93
92
validations :
94
93
required : true
95
94
You can’t perform that action at this time.
0 commit comments