From 6b5185abfbb20e2a01e418b890e4953201cbff74 Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Fri, 6 Dec 2019 21:41:16 +0100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..c49956d65 --- /dev/null +++ b/.github/pull_request_template.md @@ -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 #