From c880d1dbbb83180d669f69ad706761d47578ff0d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 17 Feb 2016 15:18:58 -0500 Subject: [PATCH] Move to .github --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 issue_template.md => .github/ISSUE_TEMPLATE.md | 0 pull_request_template.md => .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename issue_template.md => .github/ISSUE_TEMPLATE.md (100%) rename pull_request_template.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/issue_template.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from issue_template.md rename to .github/ISSUE_TEMPLATE.md diff --git a/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md