From 956e02c9b55276d55794dd550dc783133a2a3660 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 11 Dec 2018 23:24:05 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c9430cc --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +# Pull Request Information + +## Summary +Summary description of all changes. +* First +* Second +* Third + +## Changes and Descriptions +Detailed description of each change. + +## Additional context +Add any other context or screenshots about the pull request here.