We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77149d commit f922407Copy full SHA for f922407
1 file changed
README.md
@@ -109,7 +109,16 @@ to add. Afterwards you can create an appropriate pull request.
109
110
It is required if you want to get a Pull request to be integrated into please
111
squash your commits into a single commit which references the issue in the
112
-commit message.
+commit message which looks like this:
113
+
114
+```
115
+Fixed #Issue
116
+ o Description.
117
118
119
+This makes it simpler to merge it and this will also close the
120
+appropriate issue automatically in one go. This make the life as
121
+maintainer a little bit easier.
122
123
A pull request has to fulfill only a single ticket and should never
124
create/add/fix several issues in one, cause otherwise the history is hard to
0 commit comments