Skip to content

Commit f922407

Browse files
committed
Improved Contribution description.
1 parent c77149d commit f922407

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,16 @@ to add. Afterwards you can create an appropriate pull request.
109109

110110
It is required if you want to get a Pull request to be integrated into please
111111
squash your commits into a single commit which references the issue in the
112-
commit message.
112+
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.
113122

114123
A pull request has to fulfill only a single ticket and should never
115124
create/add/fix several issues in one, cause otherwise the history is hard to

0 commit comments

Comments
 (0)