hutool/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
2020-01-09 10:06:43 +08:00

10 lines
397 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### 说明
1. 请确认你提交的PR是到'v5-dev'分支否则我会手动修改代码并关闭PR。
2. 请确认没有更改代码风格如tab缩进
3. 新特性添加请确认注释完备如有必要请在src/test/java下添加Junit测试用例
### 修改描述(包括说明bug修复还是新特性添加)
1. [bug修复] balabala……
2. [新特性] balabala……