added pull request template

This commit is contained in:
tomaae 2020-04-19 08:44:44 +02:00
parent f8b94860a8
commit dc40b91440

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,29 @@
## Proposed change
<!--
Describe the big picture of your changes here. If it fixes a bug
or resolves a feature request, be sure to link to that issue.
-->
## Type of change
<!--
What type of change does your PR introduces?
-->
- [ ] Bugfix
- [ ] New feature
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
<!--
Add any other context about your PR here.
-->
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
-->
- [ ] The code change is tested and works locally.
- [ ] The code has been formatted using Black.
- [ ] Tests have been added to verify that the new code works.
- [ ] Documentation added/updated if required.