From 58529c28e49e5d02f247c02468b944b39c404698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdo=CC=81n=20Rodri=CC=81guez=20Davila?= Date: Wed, 17 Feb 2016 21:49:43 +0100 Subject: [PATCH] Use the new .github folder for issue and pull request templates --- issue_template.md => .github/ISSUE_TEMPLATE.md | 0 pull_request_template.md => .github/PULL_REQUEST_TEMPLATE.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename issue_template.md => .github/ISSUE_TEMPLATE.md (100%) rename pull_request_template.md => .github/PULL_REQUEST_TEMPLATE.md (100%) 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