You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
477 B
477 B
为iMove做贡献
- 请先fork一份到自己的项目下,不要直接在仓库下建分支。
- commit信息要以
[组件名]:描述信息
的形式填写,例如[canvas]:fix xxx bug
。 - 如果您已经修复了错误或者添加了应测试的代码,请添加测试!
- 确保提交PR之前请先rebase,保持commit记录的整洁性。
- 确保PR是提交到
dev
分支,而不是master
分支。 - 如果修复的是bug,请在PR中给出描述信息。