django-eav2/.github/pull_request_template.md
Mike d9bb51ff79
chore: misc repository clean up (#108)
* chore: remove tox

* chore: bump min python version to 3.6.2

* chore: remove old test runner

* chore: initial changelog

* chore: clean up pr template

* chore: remove manifest file

Co-authored-by: Mike Stralek <mike.stralek@gmail.com>
2021-10-31 02:02:30 +00:00

54 lines
1.3 KiB
Markdown

# I'm helping!
<!--
Thank you for submitting a Pull Request. We appreciate it!
Please, fill in all the required information
to make our review and merging processes easier.
-->
## Checklist
<!--
Please check everything that applies:
-->
- [ ] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc.)
- [ ] I have created at least one test case for the changes I have made
- [ ] I have updated the documentation for the changes I have made
- [ ] I have added my changes to the `CHANGELOG.md`
## Pull Request type
<!--
Please try to limit your pull request to one type, submit multiple pull requests if needed.
-->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## Related issue(s)
<!--
Mark what issues this Pull Request closes or references.
Format is:
- Closes #issue-number
- Refs #issue-number
Example. Refs #0
Documentation: https://blog.github.com/2013-05-14-closing-issues-via-pull-requests/
-->
## Other Information
<!--
If you have any other comments, feel free to share!
-->