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 11name : Bug Report
22description : Report a bug or issue
33title : " [Bug]: "
4- labels : ["bug", "triage" ]
4+ labels : ["bug"]
55assignees : []
66body :
77 - type : markdown
@@ -21,15 +21,23 @@ body:
2121 id : reproduce-steps
2222 attributes :
2323 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."
2525 placeholder : |
2626 1. Install the Adyen API'...'
2727 2. Create '...'
28+ 3. Import and use the NotificationRequest object '...'
2829 3. Run '...'
2930 4. Observer error '...'
3031 validations :
3132 required : true
3233
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+
3341 - type : textarea
3442 id : expected-behavior
3543 attributes :
3947 validations :
4048 required : true
4149
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-
4950 - type : textarea
5051 id : code-snippet
5152 attributes :
6263 validations :
6364 required : true
6465
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-
7866 - type : input
7967 id : node-version
8068 attributes :
@@ -83,13 +71,24 @@ body:
8371 placeholder : " Example: 16.14.0"
8472 validations :
8573 required : true
86-
74+
8775 - type : input
8876 id : npm-version
8977 attributes :
9078 label : " NPM version"
91- description : " Specify the NPM version you're using."
79+ description : " Specify the NPM version you're using (optional) ."
9280 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
9392 validations :
9493 required : true
9594
You can’t perform that action at this time.
0 commit comments