Add special keyword syntax to close issue from PR

We want the issue to be closed when the PR gets merged but we always
forget to add the "magic" comment as described in
https://help.github.com/articles/closing-issues-using-keywords/.
This commit is contained in:
Pau Perez
2017-11-14 09:02:52 +01:00
parent dca64e6939
commit 92badfd88c

View File

@@ -1,5 +1,7 @@
#### What? Why?
Closes #[the issue number this PR is related to]
[Explain why is this change needed and the solution you propose. Provide
context for others to understand it]