Add GitHub templates

This commit is contained in:
Michael Ko. Gajda 2021-11-29 14:37:00 +01:00
parent 48fc93bbdc
commit 78eba97bf9
5 changed files with 85 additions and 0 deletions

10
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,10 @@
<!-- Please tick if the following things apply. You… -->
- [] read the [CONTRIBUTING guidelines](README.md#user-content-contributing)
- [] raised a GitHub issue or discussed it on the projects chat beforehand
- [] added unit tests
- [] added integration tests
- [] updated documentation if needed
- [] updated CHANGELOG.md
<!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. -->