Merge pull request #5352 from celanthe/patch-3

Added link to best practices section
This commit is contained in:
Kubernetes Prow Robot 2020-12-07 13:35:11 -08:00 committed by GitHub
commit 4abc0b58dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -98,6 +98,7 @@ Note: if your pull request isn't getting enough attention, you can use the [#pr-
- [chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/) - [chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/)
- [github.com/blog/1506-closing-issues-via-pull-requests ](https://github.com/blog/1506-closing-issues-via-pull-requests) - [github.com/blog/1506-closing-issues-via-pull-requests ](https://github.com/blog/1506-closing-issues-via-pull-requests)
- [davidwalsh.name/squash-commits-git ](https://davidwalsh.name/squash-commits-git) - [davidwalsh.name/squash-commits-git ](https://davidwalsh.name/squash-commits-git)
- [https://mtlynch.io/code-review-love/](https://mtlynch.io/code-review-love/)
## Testing ## Testing