130 Star 1.3K Fork 260

Troy / bean-searcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
Troy 提交于 2024-06-08 21:54 . update CONTRIBUTING.md

贡献流程

  • Fork 本仓库
  • 切换到目标分支(一般是 dev 分支,如果是修复特定版本,则切到特定版本的分支)
  • 提交功能代码 与 编写单元测试
  • 新建 Pull Request

单元测试规范

  • 测试类名必须以 XxxTestCase 方式命名,其中 Xxx 要体现被测试主体或功能,例如;DefaultDbMappingTestCaseOrderByTestCase 等。
  • 测试方法必须以 test_ 开头,被 public 修饰,void 返回,并使用 @Test 注解
  • 测试结果必须以 org.junit.jupiter.api.Assertions 的相关 API 进行验证

编码规范

  • 请参考源代码
Java
1
https://gitee.com/troyzhxu/bean-searcher.git
git@gitee.com:troyzhxu/bean-searcher.git
troyzhxu
bean-searcher
bean-searcher
dev

搜索帮助