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: CONTRIBUTING.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ An easy to read pull request will speed up the merging process. Your commit mess
42
42
And containing enough information on their own. When this is done consistently your pull request will have an easy
43
43
to read log of changes.
44
44
45
-
Your commits need to be [atomic](https://www.freshconsulting.com/atomic-commits/) which allows the repository to remain
46
-
flexible after merging.
45
+
Your commits need to be atomic which allows the repository to remain flexible after merging.
47
46
48
47
If you did not read the following 7 points before or just want to fresh up. Please read up on them on this [website](https://chris.beams.io/posts/git-commit) by Chris Beams.
0 commit comments