From 414f4f3e909bc2fa72d36af44e678883e2277bf5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 23 May 2016 19:17:26 +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/ [CI skip] --- PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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 000000000..f3873950c --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +Fixes # . + +Changes proposed in this pull request: + + * + * + *