Skip to content

Conversation

@k163377
Copy link
Contributor

@k163377 k163377 commented Oct 13, 2024

Added language to encourage more investigation of frequently reported duplicate/unrelated KotlinModule issues.

Copy link
Contributor Author

@k163377 k163377 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cowtowncoder
I would like to make a change to allow users to check more meaningfully before submitting an issue.
Could you please confirm the details?

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.
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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value class behaved differently than expected and was difficult to search by the user.
Therefore, I have added a statement that prompts the user to check all labeled issues.

- label: "I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar."
required: true
- label: "I have confirmed that the same problem is not reproduced if I exclude the KotlinModule."
required: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the problem is not related to KotlinModule, it can often be reproduced without KotlinModule, so I have added a procedure.

required: false
- label: "I have confirmed that the problem only occurs when using Kotlin."
- label: "I have confirmed that the problem does not reproduce in Java and only occurs when using Kotlin and KotlinModule."
required: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, it should be submitted after confirming that it does not reproduce at all with Java only, so I have added language so that it can be read.
However, since this is basically difficult, it continues to not be required.

@cowtowncoder
Copy link
Member

@k163377 Seems reasonable to me. Unfortunately many submitters just skip about all verbiage... but this could be useful for those that do not.

@k163377 k163377 merged commit 35a2114 into FasterXML:2.19 Oct 16, 2024
15 checks passed
@k163377 k163377 deleted the issue-template branch October 26, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants