dmitri.shuralyov.com/service/change/githubapi

To create a new change, clone the repository with codereview config and hooks:

git clone https://dmitri.shuralyov.com/service/change && (cd change && \
	(echo '/codereview.cfg' >> .git/info/exclude) && \
	(echo 'gerrit: https://dmitri.shuralyov.com/service/change' > codereview.cfg) && \
	go install golang.org/x/review/git-codereview@latest && git codereview hooks)

Author your change, write a commit message, and run git codereview mail to mail it.

You'll be prompted by git to authenticate. to get the git credentials to mail a change.

The general process is similar¹ to that of the Go project. See https://go.dev/doc/contribute for more information.

¹ One limitation here is that mailing multiple dependent changes is not supported at this time.