@@ -75,7 +75,7 @@ smoothly and quickly.
75
75
GitHub, which will trigger a GitHub Actions run that you can use to verify
76
76
everything is passing.
77
77
78
- - Note that there are two github actions checks that need not be green:
78
+ - Note that there are two GitHub actions checks that need not be green:
79
79
80
80
1 . We test the freshness of the generated proto code we maintain via the
81
81
` vet-proto ` check. If the source proto files are updated, but our repo is
@@ -112,7 +112,7 @@ smoothly and quickly.
112
112
- ** Does this PR relate to an open issue?** On the first line, please use the
113
113
tag ` Fixes #<issue> ` to ensure the issue is closed when the PR is merged. Or
114
114
use ` Updates #<issue> ` if the PR is related to an open issue, but does not fix
115
- it. Consider filing an issue if one does not already exist.
115
+ it. Consider filing an issue if one does not already exist.
116
116
117
117
- PR descriptions * must* conclude with ** release notes** as follows:
118
118
@@ -136,11 +136,11 @@ smoothly and quickly.
136
136
* be as short as possible to describe the change being made.
137
137
138
138
If a PR is * not* end-user visible -- e.g. a cleanup, testing change, or
139
- github -related, use ` RELEASE NOTES: n/a ` .
139
+ GitHub -related, use ` RELEASE NOTES: n/a ` .
140
140
141
141
### PR Process
142
142
143
- - Please ** self-review** your code changes before sending your PR. This will
143
+ - Please ** self-review** your code changes before sending your PR. This will
144
144
prevent simple, obvious errors from causing delays.
145
145
146
146
- Maintain a ** clean commit history** and use ** meaningful commit messages** .
0 commit comments