From 61ae0dc850c0b4c20e04c70cd11c90c5cfce4a37 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Mon, 30 May 2016 17:38:16 -1000 Subject: [PATCH] Add issue template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 2 ++ 2 files changed, 2 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4ca18e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ +Click the "guidelines for contributing" link above and read it. If you do not supply the +needed information, your issue will be closed without comment. \ No newline at end of file