You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ There are a set of rules to keep in mind:
95
95
96
96
_Why:_
97
97
98
-
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/), [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) and [GitLab](https://docs.gitlab.com/ee/user/project/protected_branches.html)
98
+
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [GitHub](https://help.github.com/articles/about-protected-branches/), [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) and [GitLab](https://docs.gitlab.com/ee/user/project/protected_branches.html)
99
99
100
100
<aname="git-workflow"></a>
101
101
@@ -210,7 +210,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
210
210
- For projects with more than one repository, provide links to them in their respective `README.md` files.
211
211
- Keep `README.md` updated as a project evolves.
212
212
- Comment your code. Try to make it as clear as possible what you are intending with each major section.
213
-
- If there is an open discussion on github or stackoverflow about the code or approach you're using, include the link in your comment.
213
+
- If there is an open discussion on GitHub or stackoverflow about the code or approach you're using, include the link in your comment.
214
214
- Don't use comments as an excuse for a bad code. Keep your code clean.
215
215
- Don't use clean code as an excuse to not comment at all.
0 commit comments