Skip to content

Commit

Permalink
add go generate mention to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XaurDesu committed Nov 30, 2022
1 parent 6c430ac commit e1f29fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ are more sensitive, emailed to <opensource@google.com>.
messages are able to be formatted properly by various git tools.

1. Finally, push the commits to your fork and submit a [pull request][].
Before pushing commits, it is highly advised to check for generated files
that were either created or modified for the sake of your commit. Running
`go generate -x ./...` should return a log of modified generated files that should
be included alongside the manually written code in the commit.
**NOTE:** Please do not use force-push on PRs in this repo, as it makes
it more difficult for reviewers to see what has changed since the last
code review.
Expand Down

0 comments on commit e1f29fe

Please sign in to comment.