diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9eb5f393 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +Thank you for contributing to Pipenv! + + +##### The issue + +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. 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 + +How does this pull request fix your problem? Did you consider any alternatives? Why is this the *best* solution, in your opinion? + + +##### The checklist + +* [ ] Associated issue +* [ ] 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 #. + +