Contributing
Contributing
Section titled “Contributing”go-zero is an open-source project and welcomes contributions of all kinds.
Ways to Contribute
Section titled “Ways to Contribute”- Report bugs — Open a GitHub issue
- Fix bugs — Find
good first issuelabels 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
Get Started
Section titled “Get Started”- Fork the repository
- Clone your fork:
git clone https://github.com/<you>/go-zero.git - Create a branch:
git checkout -b fix/typo-in-readme - Make changes, run tests:
go test ./... - Push and open a Pull Request