From 5c5490133daa8660ec676ca8b096cc27e223beaa Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 18 Jul 2018 17:16:04 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 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..9bfee64 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +**Issue:** add link to pelletier/go-toml issue here + +Explanation of what this pull request does. + +More detailled description of the decisions being made and the reasons why (if the patch is non-trivial).