Skip to content

Commit 3c743c9

Browse files
authored
CONTRIBUTING.md: minor text tweaks for linters (#8533)
1 parent b0bc6dc commit 3c743c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ smoothly and quickly.
7575
GitHub, which will trigger a GitHub Actions run that you can use to verify
7676
everything is passing.
7777

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:
7979

8080
1. We test the freshness of the generated proto code we maintain via the
8181
`vet-proto` check. If the source proto files are updated, but our repo is
@@ -112,7 +112,7 @@ smoothly and quickly.
112112
- **Does this PR relate to an open issue?** On the first line, please use the
113113
tag `Fixes #<issue>` to ensure the issue is closed when the PR is merged. Or
114114
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.
116116

117117
- PR descriptions *must* conclude with **release notes** as follows:
118118

@@ -136,11 +136,11 @@ smoothly and quickly.
136136
* be as short as possible to describe the change being made.
137137

138138
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`.
140140

141141
### PR Process
142142

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
144144
prevent simple, obvious errors from causing delays.
145145

146146
- Maintain a **clean commit history** and use **meaningful commit messages**.

0 commit comments

Comments
 (0)