From dbb1241c7068cc1e2f44e7fb3b9a718e338cc92d Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 20 Dec 2017 14:41:34 -0500 Subject: [PATCH] Moving contributor template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (98%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 98% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index 56517218..6ba03e50 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,4 +44,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number).