You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,17 @@ body:
10
10
label: Search before asking
11
11
description: |-
12
12
Please search [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) to check if your issue has already been reported.
13
+
Check [all value class labeled issues](https://github.com/FasterXML/jackson-module-kotlin/issues?q=is%3Aopen+is%3Aissue+label%3A%22value+class%22), especially if the problem is related to a value class.
13
14
Also, KotlinModule is only an extension of databind, so it is not an appropriate place to report problems with databind or other modules.
14
15
Please try to ensure that the problem occurs only in Kotlin, and not regular Java objects.
15
16
options:
16
17
- label: "I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar."
17
18
required: true
19
+
- label: "I have confirmed that the same problem is not reproduced if I exclude the KotlinModule."
20
+
required: true
18
21
- label: "I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found nothing similar."
19
22
required: false
20
-
- label: "I have confirmed that the problem only occurs when using Kotlin."
23
+
- label: "I have confirmed that the problem does not reproduce in Java and only occurs when using Kotlin and KotlinModule."
0 commit comments