Browse Source

Create pull_request_template.md

pull/620/head
Chris 4 years ago
committed by GitHub
parent
commit
fc8115efc4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions
  1. 12
      docs/pull_request_template.md

12
docs/pull_request_template.md

@ -0,0 +1,12 @@
Make sure you've followed the [Contributing](https://github.com/chriskiehl/Gooey/blob/master/CONTRIBUTING.md) guidelines before finalizing your pull request.
TL;DR:
- [ ] You're opening this PR against the current [release branch](https://github.com/chriskiehl/Gooey/blob/master/CONTRIBUTING.md#development-overview)
- [ ] Works on both Python 2.7 & Python 3.x
- [ ] Commits have been squashed and includes the relevant issue number
- [ ] Pull request description contains link to relevant issue or detailed notes on changes
- [ ] This **must** include example code demonstrating your feature or the bug being fixed
- [ ] All existing tests pass
- [ ] Your bug fix / feature has associated test coverage
- [ ] README.md is updated (if relevant)
Loading…
Cancel
Save