From 5161f6c4217dc6bfbbf6b965a4fb4a4f7582ef0b Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 24 Dec 2025 21:55:24 -0500 Subject: [PATCH] Organize documentation: move setup guides to docs/ folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moved: - BRANCH_SETUP_COMPLETE.md → docs/15_branch_setup_checklist.md - PIPELINE_SETUP_GUIDE.md → docs/16_pipeline_setup.md Reason: Keep root directory clean, organize all docs in docs/ folder Documentation structure now: docs/ ├── 14_branch_strategy_and_deployment.md (comprehensive guide) ├── 15_branch_setup_checklist.md (quick checklist) └── 16_pipeline_setup.md (CI setup guide) --- BRANCH_SETUP_COMPLETE.md => docs/15_branch_setup_checklist.md | 0 PIPELINE_SETUP_GUIDE.md => docs/16_pipeline_setup.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename BRANCH_SETUP_COMPLETE.md => docs/15_branch_setup_checklist.md (100%) rename PIPELINE_SETUP_GUIDE.md => docs/16_pipeline_setup.md (100%) diff --git a/BRANCH_SETUP_COMPLETE.md b/docs/15_branch_setup_checklist.md similarity index 100% rename from BRANCH_SETUP_COMPLETE.md rename to docs/15_branch_setup_checklist.md diff --git a/PIPELINE_SETUP_GUIDE.md b/docs/16_pipeline_setup.md similarity index 100% rename from PIPELINE_SETUP_GUIDE.md rename to docs/16_pipeline_setup.md