Skip to content

Commit 73011d1

Browse files
committed
docs: update CONTRIBUTING.md to change PR base branch to main
1 parent 2313418 commit 73011d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
2929
4. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the cloudwego/kitex repo.
3030
5. In your forked repository, make your changes in a new git branch:
3131
```
32-
git checkout -b my-fix-branch develop
32+
git checkout -b my-fix-branch main
3333
```
3434
6. Create your patch, including appropriate test cases. Please refer to [Go-UT](https://pkg.go.dev/testing#pkg-overview) for writing guides. [Go-Mock](https://github.com/golang/mock) is recommended to mock interface, please refer to internal/mocks/readme.md for more details, and [Mockey](https://github.com/bytedance/mockey) is recommended to mock functions, please refer to its readme doc for specific usage.
3535
7. Follow our [Style Guides](#code-style-guides).
@@ -39,7 +39,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
3939
```
4040
git push origin my-fix-branch
4141
```
42-
10. In GitHub, send a pull request to `kitex:develop` with a clear and unambiguous title.
42+
10. In GitHub, send a pull request to `kitex:main` with a clear and unambiguous title.
4343
4444
## Contribution Prerequisites
4545
- Our development environment keeps up with [Go Official](https://golang.org/project/).

0 commit comments

Comments
 (0)