mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
update CONTRIBUTING.md
This commit is contained in:
parent
45cb2b16c6
commit
2da11c2806
@ -22,9 +22,9 @@
|
||||
## 一些规范说明
|
||||
|
||||
1. 写完代码后在保证不影响其他的人的代码情况下尽量统一格式化一下代码
|
||||
1. 采用 4 个空格缩进,禁止使用 tab 字符
|
||||
2. 如果使用 tab 缩进,必须设置 1 个 tab 为 4 个空格。IDEA 设置 tab 为 4 个空格时,
|
||||
请勿勾选 Use tab character;而在 eclipse 中,必须勾选 insert spaces for tabs
|
||||
1. 采用 4 个空格缩进,禁止使用 tab 字符
|
||||
2. 如果使用 tab 缩进,必须设置 1 个 tab 为 4 个空格。IDEA 设置 tab 为 4 个空格时,
|
||||
请勿勾选 Use tab character;而在 eclipse 中,必须勾选 insert spaces for tabs
|
||||
2. Java 代码需要保证新增方法都有充足、标准的 JavaDoc 注释
|
||||
3. 在修改 Bug、新增功能尽量保证最小提交的方式提交代码,减少多个功能一个 commit
|
||||
4. 所有接口 url 都需要遵循下划线模式
|
Loading…
Reference in New Issue
Block a user