diff --git a/standards/creating-repositories.md b/standards/creating-repositories.md index cf1ebb6..97a9930 100644 --- a/standards/creating-repositories.md +++ b/standards/creating-repositories.md @@ -40,7 +40,5 @@ https://github.com/wsargent/docker-cheat-sheet * Give the team write access * Go to Branches * Choose the Master Branch under Protected Branches -* Add the following settings and Save - * Require pull request reviews before merging - * Require status checks to pass before merging - +* Adjust the settings to look like the picture below and then save +![Master Branch Protection Config](images/GitHubRepoConfig.png?raw=true "Master Branch Protection Config") diff --git a/standards/images/GitHubRepoConfig.png b/standards/images/GitHubRepoConfig.png new file mode 100644 index 0000000..57a39bb Binary files /dev/null and b/standards/images/GitHubRepoConfig.png differ