From d45f6df7f27f6915b3d205e04a97aedffeb7947c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Mon, 15 Apr 2024 13:42:37 +0200 Subject: [PATCH] Move files to .github folder instead of keeping them in root of repository These files can be defined in .github folder and are also indexable and searchable by GitHub there. It will keep repository filetree cleaner in its first level Signed-off-by: Pierre-Yves Lapersonne --- AUTHORS.txt => .github/AUTHORS.txt | 0 CODEOWNERS => .github/CODEOWNERS | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 CONTRIBUTORS.txt => .github/CONTRIBUTORS.txt | 0 DEVELOP.md => .github/DEVELOP.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename AUTHORS.txt => .github/AUTHORS.txt (100%) rename CODEOWNERS => .github/CODEOWNERS (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename CONTRIBUTORS.txt => .github/CONTRIBUTORS.txt (100%) rename DEVELOP.md => .github/DEVELOP.md (100%) diff --git a/AUTHORS.txt b/.github/AUTHORS.txt similarity index 100% rename from AUTHORS.txt rename to .github/AUTHORS.txt diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/CONTRIBUTORS.txt b/.github/CONTRIBUTORS.txt similarity index 100% rename from CONTRIBUTORS.txt rename to .github/CONTRIBUTORS.txt diff --git a/DEVELOP.md b/.github/DEVELOP.md similarity index 100% rename from DEVELOP.md rename to .github/DEVELOP.md