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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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>