diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 911d83b3..9eb5f393 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Thank you for contributing to Pipenv! What is the thing you want to fix? Is it associated with an issue on GitHub? Please mention it. -Always consider opening an issue first to describe your problem, so we can discuss what is the best way to amend it. +Always consider opening an issue first to describe your problem, so we can discuss what is the best way to amend it. Note that if you do not describe the goal of this change or link to a related issue, the maintainers may close the PR without further review. ##### The fix @@ -16,13 +16,14 @@ How does this pull request fix your problem? Did you consider any alternatives? ##### The checklist * [ ] Associated issue -* [ ] A news fragment in the `news/` directory to describe this fix (this will appear in the release changelog). - +* [ ] A news fragment in the `news/` directory to describe this fix with the extension `.bugfix`, `.feature`, `.behavior`, `.doc`. `.vendor`. or `.trivial` (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #. +