From c843c441d0fae48cac2f05967c1a69130674d3c3 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Sat, 9 Apr 2016 21:44:14 -0400 Subject: [PATCH] add issue and PR templates (#110) --- .github/ISSUE_TEMPLATE | 5 +++++ .github/PULL_REQUEST_TEMPLATE | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..0b4ff13f --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,5 @@ +If you are reporting a potential bug, include as many of the following +as are relevant (and delete this sentence, of course): +* Flintrock version: +* Python version: +* OS: diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..03467ae3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,8 @@ +This PR makes the following changes: +* +* + +I tested this PR by... + +Fixes #NN. +Fixes #MM.