From 675e7e51f295e70f360fe7aa225f7c6fec590499 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 21 Feb 2018 12:55:17 +1030 Subject: [PATCH] github: add issue and pull request templates --- .github/ISSUE_TEMPLATE | 31 +++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE | 16 ++++++++++++++++ 2 files changed, 47 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..d39e9002 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,31 @@ + +### What are you trying to do? + + +### What did you do? + + + +### What did you expect to happen? + + +### What actually happened? + + +### What version of Go and Gonum are you using? + + + +### Does this issue reproduce with the current master? + diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..7ca2a15f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,16 @@ +Please take a look. + +