From 666e97e8836e84c7a53b7facc3403b6c5aca9310 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Thu, 11 Aug 2016 11:36:51 -0500 Subject: [PATCH] GitHub file changes --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 5 +++++ 2 files changed, 5 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..5528924 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +If you're submitting a bug, complete these tasks: + +- Set up a [JSFiddle](https://jsfiddle.net/) that replicates the bug +- Link to your JSFiddle +- Provide an exact list of step-by-step instructions that will replicate the bug \ No newline at end of file