From 0d92589206b2f0795c96bd66fe94de8d5491cdc0 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 31 Jan 2018 21:02:14 +1030 Subject: [PATCH] github: add issue and pull request templates --- .github/ISSUE_TEMPLATE | 26 ++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE | 16 ++++++++++++++++ 2 files changed, 42 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..ee38466b --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,26 @@ + +### 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. + +