- Add requirements for formatting Go source files after modifications - Specify the need to delete unnecessary scripts and build files generated during testing - Introduce a branching policy for feature changes - Establish a rule against pushing to remote without prior approval - Outline the review process including local and remote PR reviews
5 lines
309 B
Markdown
5 lines
309 B
Markdown
- 要求每次修改完后,需要帮我格式化 Go 源码文件.
|
|
- 测试过程中产生的脚本和build中间文件,如果没有必要,则删除.
|
|
- 所有的feature变更,都需要使用分支进行开发.
|
|
- 在我未同意之前, 你不能推送到远程.
|
|
- 我需要: 1.本地 review; 2.远程 PR review. |