You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
775 B

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