Skip to content

Commit 154a431

Browse files
authored
Update README.md
1 parent 16f8f82 commit 154a431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ It's important to either have or do the following:
146146
* Provide information regarding the applications that are maintained by the team and how to do the operations for those applications
147147
* Have safe to deploy sample dummy applications that can be deployed safely to your infrastructure so new starts can learn how the deployment process works without fear of impacting key applications
148148
* Make it difficult to make mistakes e.g
149-
* [protected branches e.g. to prevent force pushes to master](https://github.com/blog/2051-protected-branches-and-required-status-checks)
149+
* [protected branches e.g. to prevent force pushes to main branch](https://github.com/blog/2051-protected-branches-and-required-status-checks)
150150
* If you have code standards, don't __just document them__ back them up with [Automated Code standards](https://medium.com/@biratkirat/step-4-automate-your-coding-standard-filip-van-laenen-5b1c486e4883) triggered by [CI checks](https://en.wikipedia.org/wiki/Continuous_integration) or [pre-commit hooks](https://githooks.com/)
151151
* [Avoiding committing secrets and credentials into git repositories](https://github.com/awslabs/git-secrets)
152152
* If you have Policies on how to handle certain tasks e.g. Doing Spikes document them and link to them in your stories. e.g. here's the link to how you handle spikes.

0 commit comments

Comments
(0)