mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip-ci]Add pictures for milvus github workflow (#7842)
Signed-off-by: Yang Xuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
60c11c85ad
commit
995fc8fa74
@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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.
|
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
|
```shell
|
||||||
@ -42,6 +44,8 @@ git pull upstream master
|
|||||||
git checkout -b my-topic-branch
|
git checkout -b my-topic-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### General guidelines
|
### 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.
|
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.
|
||||||
|
|||||||
BIN
docs/developer_guides/figs/fork-and-pull.png
Normal file
BIN
docs/developer_guides/figs/fork-and-pull.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 228 KiB |
BIN
docs/developer_guides/figs/local-develop-steps.png
Normal file
BIN
docs/developer_guides/figs/local-develop-steps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 516 KiB |
Loading…
x
Reference in New Issue
Block a user