未验证 提交 995fc8fa 编写于 作者: X XuanYang-cn 提交者: GitHub

[skip-ci]Add pictures for milvus github workflow (#7842)

Signed-off-by: NYang Xuan <xuan.yang@zilliz.com>
上级 60c11c85
......@@ -33,6 +33,8 @@ Generally, we follow the "fork-and-pull" Git workflow.
4. [Commit](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork) changes to your own branch, then push to to GitHub with `git push --set-upstream origin my-topic-branch`. You must record your changes in [CHANGELOG.md](CHANGELOG.md) with issue numbers and descriptions.
5. Submit a [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) so that we can review your changes.
![](docs/developer_guides/figs/fork-and-pull.png)
Remember to [sync your forked repository](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#keep-your-fork-synced) *before* submitting proposed changes upstream. If you have an existing local repository, please update it before you start, to minimize the chance of merge conflicts.
```shell
......@@ -42,6 +44,8 @@ git pull upstream master
git checkout -b my-topic-branch
```
![](docs/developer_guides/figs/local-develop-steps.png)
### General guidelines
Before submitting your pull requests for review, make sure that your changes are consistent with the [coding style](CONTRIBUTING.md#coding-style), and run [unit tests](CONTRIBUTING.md#run-unit-test-with-code-coverage) to check your code coverage rate.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册