From 2350e986ebd66165930fcf675d35d444e1d3c083 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 27 May 2018 12:57:07 -0700 Subject: [PATCH] Create pull request template --- 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..4483cd8 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Thanks for submitting a pull request. Do not use this form for bug reports! +Your submission must meet the minimum requirements of a contribution, i.e., add code, refactor code or fix code. +It takes time and effort to review submissions, so please do not waste our time. +Note: formating/spacing-only submissions will be rejected! +For submissions, we want you to use spaces, not tabs (4 spaces) - thank you.