Create pull_request_template.md

This commit is contained in:
Christian Klemm
2019-12-06 21:41:16 +01:00
committed by GitHub
parent b4192bba7a
commit 6b5185abfb

7
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,7 @@
## Summary
Brief description about the content of your PR.
## Design Descisions
Describe the way your implementation works or what design descisions you made if applicable.
Resolves #<your issue id here>