Skip to content

Contributing

go-zero is an open-source project and welcomes contributions of all kinds.

  • Report bugs — Open a GitHub issue
  • Fix bugs — Find good first issue labels and submit a PR
  • Add features — Discuss the idea in an issue first, then implement
  • Improve docs — Edit this site via the “Edit page” link on any page
  • Share examples — Add to the examples chapter
  1. Fork the repository
  2. Clone your fork: git clone https://github.com/<you>/go-zero.git
  3. Create a branch: git checkout -b fix/typo-in-readme
  4. Make changes, run tests: go test ./...
  5. Push and open a Pull Request