Amend pr guidelines (#615)

This commit is contained in:
Yan Ivnitskiy
2017-12-01 16:14:56 -05:00
committed by GitHub
parent 77b0542b83
commit be0141e501

View File

@@ -38,6 +38,9 @@ Some pull request guidelines:
- Fill out the pull request description with a summary of what your patch does, - Fill out the pull request description with a summary of what your patch does,
key changes that have been made, and any further points of discussion, if key changes that have been made, and any further points of discussion, if
applicable. applicable.
- Title your pull request with a brief description of what it's changing.
"Fixes #123" is a good comment to add to the description, but makes for an
unclear title on its own.
### Development Environment ### Development Environment