Skip to content

Commit a963209

Browse files
authored
Merge pull request #637 from k163377/fix-issue-template
Add information to be checked prior to submission.
2 parents 140ad5a + 7e3c923 commit a963209

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
14-
Test case or steps to reproduce the behavior or.
14+
Test case or steps to reproduce the behavior.
15+
It would be appreciated if you could provide code that can be executed with as few changes as possible,
16+
such as include `import` statements.
17+
18+
Also, it would be appreciated if you could confirm in advance that the problem is reproduced
19+
only when using `Kotlin` or `kotlin-module`.
20+
For issues that are reproduced only in `Java`, please submit them to the appropriate repository,
21+
such as [FasterXML/jackson-databind](https://github.com/FasterXML/jackson-databind).
1522

1623
**Expected behavior**
1724
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)