From 9c4f4f3b4e8dc0eac76504e5f9b504a6fe8c40df Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Fri, 7 Jan 2022 12:08:45 +0800 Subject: [PATCH] update docs (#1421) --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3741b663..de56ce14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ We will help you to contribute in different areas like filing issues, developing getting your work reviewed and merged. If you have questions about the development process, -feel free to [file an issue](https://github.com/tal-tech/go-zero/issues/new/choose). +feel free to [file an issue](https://github.com/zeromicro/go-zero/issues/new/choose). ## Find something to work on @@ -50,10 +50,10 @@ Here is how you get started. ### Find a good first topic -[go-zero](https://github.com/tal-tech/go-zero) has beginner-friendly issues that provide a good first issue. -For example, [go-zero](https://github.com/tal-tech/go-zero) has -[help wanted](https://github.com/tal-tech/go-zero/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) and -[good first issue](https://github.com/tal-tech/go-zero/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) +[go-zero](https://github.com/zeromicro/go-zero) has beginner-friendly issues that provide a good first issue. +For example, [go-zero](https://github.com/zeromicro/go-zero) has +[help wanted](https://github.com/zeromicro/go-zero/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) and +[good first issue](https://github.com/zeromicro/go-zero/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) labels for issues that should not need deep knowledge of the system. We can help new contributors who wish to work on such issues. @@ -79,7 +79,7 @@ This is a rough outline of what a contributor's workflow looks like: - Create a topic branch from where to base the contribution. This is usually master. - Make commits of logical units. - Push changes in a topic branch to a personal fork of the repository. -- Submit a pull request to [go-zero](https://github.com/tal-tech/go-zero). +- Submit a pull request to [go-zero](https://github.com/zeromicro/go-zero). ## Creating Pull Requests