Skip to content

Commit

Permalink
Fixed bug report template
Browse files Browse the repository at this point in the history
To avoid as much as possible problems reported that are not related to KotlinModule.
  • Loading branch information
k163377 committed Jan 7, 2024
1 parent 2ee58d2 commit 58fd532
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ body:
id: pre-check
attributes:
label: Search before asking
description: "Please search [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) to check if your issue has already been reported."
description: |-
Please search [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) to check if your issue has already been reported.
Also make sure that the problem occurs only in Kotlin.
KotlinModule is only an extension of databind, so it is not an appropriate place to report problems with databind or other modules.
options:
- label: "I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar."
required: true
- label: "I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found nothing similar."
required: false
- label: "I have confirmed that the problem only occurs when using Kotlin."
required: false
- type: textarea
id: bug-description
attributes:
Expand Down

0 comments on commit 58fd532

Please sign in to comment.