From 0e60303baad0413ea8fe9a11abf174db7487f187 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Wed, 20 Aug 2014 14:31:16 -0500 Subject: [PATCH] Make markdown files uppercase (1of2) My convention, these files are usually uppercase. Because my file system is not case sensitive, I have to rename to a different file name for these changes to take affect. --- contributing.md => CONTRIBUTING.tmp.md | 0 readme.md => README.tmp.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename contributing.md => CONTRIBUTING.tmp.md (100%) rename readme.md => README.tmp.md (100%) diff --git a/contributing.md b/CONTRIBUTING.tmp.md similarity index 100% rename from contributing.md rename to CONTRIBUTING.tmp.md diff --git a/readme.md b/README.tmp.md similarity index 100% rename from readme.md rename to README.tmp.md -- GitLab