From 0a973cefd2ba93c3df83224ffe7478a1c8d6a66b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 11 Aug 2020 01:05:16 +0200 Subject: [PATCH] Move non-critical md resources into .github directory --- README.md => .github/README.md | 0 SECURITY.md => .github/SECURITY.md | 0 SUPPORT.md => .github/SUPPORT.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename README.md => .github/README.md (100%) rename SECURITY.md => .github/SECURITY.md (100%) rename SUPPORT.md => .github/SUPPORT.md (100%) diff --git a/README.md b/.github/README.md similarity index 100% rename from README.md rename to .github/README.md diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md diff --git a/SUPPORT.md b/.github/SUPPORT.md similarity index 100% rename from SUPPORT.md rename to .github/SUPPORT.md