swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835
Raw File
Tip revision: 2c485af64eaab60892aa497e48b00327f4a92e6b authored by Iwao AVE! on 20 October 2019, 10:19:07 UTC
[maven-release-plugin] prepare release mybatis-3.5.3
Tip revision: 2c485af
ISSUE_TEMPLATE.md
<!--
❌ 不要在这里问问题❗️
⭕️ 请将您的问题发送到邮件列表
請用英文寫
https://groups.google.com/group/mybatis-user
或
https://stackoverflow.com/questions/ask?tags=mybatis

Question?
======================
Please use the mailing list. http://groups.google.com/group/mybatis-user
Or Stack Overflow with 'mybatis' tag. https://stackoverflow.com/questions/ask?tags=mybatis
Questions on this tracker will be closed without comment.

Bug report?
======================
Please fill out the BUG REPORT FORM below.

To fix a bug, we need to reproduce it first.
And we spend a lot of time just trying to reproduce the reported problem, so please consider creating a failing test case or an example project.

- How to create a test case : https://github.com/mybatis/mybatis-3/wiki/Unit-Test
- How to create a good example : http://sscce.org
- How to upload your project to GitHub: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/

Feature request?
=======================
- Please delete the BUG REPORT FORM below and describe the feature.
- It is a good idea to discuss your changes on the mailing list to get feedback from the community. http://groups.google.com/group/mybatis-user
- If you have a patch with unit tests, send a pull request. Please see the wiki page : https://github.com/mybatis/mybatis-3/wiki/Contribute
-->

<!-- BUG REPORT FORM -->

## MyBatis version
3.x.x

## Database vendor and version

## Test case or example project

## Steps to reproduce

## Expected result

## Actual result

back to top