From 1ca7dbf3a093f3f1e71512304361730db79b7863 Mon Sep 17 00:00:00 2001 From: Anthony Palomarez Date: Fri, 23 Sep 2022 12:06:00 -0600 Subject: [PATCH] Update 19-git.markdown Added a resource on pull requests --- content/pages/02-development-environments/19-git.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/pages/02-development-environments/19-git.markdown b/content/pages/02-development-environments/19-git.markdown index 9fdab73f2..218019c06 100644 --- a/content/pages/02-development-environments/19-git.markdown +++ b/content/pages/02-development-environments/19-git.markdown @@ -268,4 +268,6 @@ tutorials show how to get started using Git on GitHub. * [A Beginner’s Git and GitHub Tutorial](https://blog.udacity.com/2015/06/a-beginners-git-github-tutorial.html) shows how to perform your first commit and back it up on GitHub. + +* [6 Best Practices to Manage Pull Request Creation and Feedback](https://doordash.engineering/2022/08/23/6-best-practices-to-manage-pull-request-creation-and-feedback/) gives great insight into GitHub collaboration.