Skip to content

Commit ed22c50

Browse files
committed
contributing copy fixup
1 parent 0c21efc commit ed22c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PR's are even better than issues. We gladly accept community pull requests. In g
5454
- Sign the [CLA](https://cla.developers.google.com/clas), as described above.
5555
- Fork the repo you're making the fix on to your own Github account.
5656
- Code!
57-
- Ideally, squash your commits into a single commit with a clear message of what the PR does. If it absolutely makes sense to keep multiple commits, that OK - or perhaps consider making two separate PR's.
57+
- Ideally, squash your commits into a single commit with a clear message of what the PR does. If it absolutely makes sense to keep multiple commits, that's OK - or perhaps consider making two separate PR's.
5858
- **Include tests that test the range of behavior that changes with your PR.** If you PR fixes a bug, make sure your tests capture that bug. If your PR adds new behavior, make sure that behavior is fully tested. Every PR *must* include associated tests.
5959
- Submit your PR, making sure it references the issue you created.
6060
- If your PR fixes a bug, make sure the issue includes clear steps to reproduce the bug so we can test your fix.

0 commit comments

Comments
 (0)