diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5969bce874..58bec521fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,4 +104,7 @@ view, and so forth. This helps. 4. For minor fixes - open a pull request on GitHub. +To link a pull request to an existing issue, please write "Fixes #xyz" somewhere +in the pull request description, where xyz is the issue number. + Thanks!