diff options
| author | Mason Egger <mason@masonegger.com> | 2018-05-15 10:20:32 -0400 |
|---|---|---|
| committer | Mason Egger <mason@masonegger.com> | 2018-05-15 11:26:56 -0400 |
| commit | d0a809b53721a3554c28e1480e22626791a0e660 (patch) | |
| tree | 0e1219ff374f00fbda7946f3c7c4cbda0814c13c /.github | |
| parent | 26b75f5151a761f3206b0dbf68f4e56363ca2ed4 (diff) | |
| download | external_python_setuptools-d0a809b53721a3554c28e1480e22626791a0e660.tar.gz external_python_setuptools-d0a809b53721a3554c28e1480e22626791a0e660.tar.bz2 external_python_setuptools-d0a809b53721a3554c28e1480e22626791a0e660.zip | |
Add github pull request template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..aa550807 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +<!-- First time contributors: Take a moment to review https://setuptools.readthedocs.io/en/latest/developer-guide.html! --> +<!-- Remove sections if not applicable --> + +## Summary of changes + +<!-- Summary goes here --> + +Closes <!-- issue number here --> + +### Pull Request Checklist +- [ ] Changes have tests +- [ ] News fragment added in changelog.d. See [documentation](http://setuptools.readthedocs.io/en/latest/developer-guide.html#making-a-pull-request) for details |
