Join Us

    go-zero is based on the open source projects, if you find bugs, new features, etc. in use, you can participate in the contribution of go-zero. We welcome your active participation and will respond to various questions raised by you as soon as possible. , Pr, etc.

    Contribution form

    The code in go-zero’s Pull request needs to meet certain specifications

    • For naming conventions, please read naming conventions
    • Mainly English annotations
    • Remark the functional characteristics when pr, the description needs to be clear and concise
    • Increase unit test coverage to 80%+

    Pull Request(pr)

    • Enter go-zero project, fork a copy of Project to its own GitHub repository.
    • Go back to your GitHub homepage and find the project, where xx is your username, such as anqiansong/go-zero

    • Clone the code to local

      clone

    • Develop code and push to your own GitHub repository
    • Click [Create pull request] to realize the pr application

    • To confirm whether the pr submission is successful, enter Pull requests of /pulls) view, there should be a record of your own submission, the name is your branch name during development.

      pr record

    • Click here to enter go-zero’s Issue page or directly visit address
    • Click [New issue] in the upper right corner to create a new issue
    • Fill in the issue title and content
    • Click to submit an issue

    Reference