From 9fdc061bcdc0e2cd77365b9f0ee475e5a1542016 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 24 May 2016 11:37:05 +0300 Subject: [PATCH] Add simple PR template Just a simple one for now, let's add and change it however best suits. https://github.com/blog/2111-issue-and-pull-request-templates https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/ --- .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..8413f29d3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Fixes # . + +Changes proposed in this pull request: + + * + * + *