FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.12k stars 175 forks source link

Introduce more efficient form-based GitHub `Issue Templates` #704

Closed JooHyukKim closed 1 year ago

JooHyukKim commented 1 year ago

Motivation

jackson-databind module recently added form-based Github issue templates (See [1] for example) in PR https://github.com/FasterXML/jackson-databind/pull/4042.

Since then, new issues have been submitted in more structured way (though subjective). I figured it would help to do the same in this module also.

Modification

Links

[1] https://github.com/FasterXML/jackson-databind/issues/new?assignees=&labels=to-evaluate&projects=&template=bug_report.yml

cowtowncoder commented 1 year ago

LGTM, but I let @k163377 decide as the module owner.