Skip to content

Commit 35a2114

Browse files
authored
Merge pull request #840 from k163377/issue-template
Update bug report
2 parents 6b374aa + a14dca3 commit 35a2114

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ body:
1010
label: Search before asking
1111
description: |-
1212
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.
1314
Also, KotlinModule is only an extension of databind, so it is not an appropriate place to report problems with databind or other modules.
1415
Please try to ensure that the problem occurs only in Kotlin, and not regular Java objects.
1516
options:
1617
- label: "I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar."
1718
required: true
19+
- label: "I have confirmed that the same problem is not reproduced if I exclude the KotlinModule."
20+
required: true
1821
- label: "I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found nothing similar."
1922
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."
2124
required: false
2225
- type: textarea
2326
id: bug-description

0 commit comments

Comments
 (0)