From 1ceddf73998d1b36128807174486a3e3867ee915 Mon Sep 17 00:00:00 2001 From: Todd Viegut Date: Sun, 12 Jul 2026 23:44:27 -0500 Subject: [PATCH] Moved policy files --- .github/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md | 0 .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 .github/GOVERNANCE.md => GOVERNANCE.md | 0 .github/SECURITY.md => SECURITY.md | 0 .github/SUPPORT.md => SUPPORT.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename .github/CODE_OF_CONDUCT.md => CODE_OF_CONDUCT.md (100%) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) rename .github/GOVERNANCE.md => GOVERNANCE.md (100%) rename .github/SECURITY.md => SECURITY.md (100%) rename .github/SUPPORT.md => SUPPORT.md (100%) diff --git a/.github/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from .github/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/.github/GOVERNANCE.md b/GOVERNANCE.md similarity index 100% rename from .github/GOVERNANCE.md rename to GOVERNANCE.md diff --git a/.github/SECURITY.md b/SECURITY.md similarity index 100% rename from .github/SECURITY.md rename to SECURITY.md diff --git a/.github/SUPPORT.md b/SUPPORT.md similarity index 100% rename from .github/SUPPORT.md rename to SUPPORT.md