Add github issue/PR templates (#1041)

This commit is contained in:
Markus Podar
2020-09-07 19:02:38 +02:00
committed by GitHub
parent affa55122f
commit 9baf93a502
4 changed files with 69 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## Summary
<!-- Please provide an exhaustive description. -->
## Type of change
<!-- Please delete options that are not relevant. -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Misc. change (internal, infrastructure, maintenance, etc.)
### Checklist
- [ ] Existing tests have been adapted and/or new tests have been added
- [ ] Add a CHANGELOG.md entry
- [ ] Update the README.md
- [ ] Code style has been fixed via `composer fix-style`