From 87fec6deb4ebb7532a8a65378a43a9822539c18b Mon Sep 17 00:00:00 2001 From: grasHOPPEr Date: Tue, 11 Aug 2026 02:55:52 +0200 Subject: [PATCH] Clean up scaffold --- guides/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 guides/README.md diff --git a/guides/README.md b/guides/README.md deleted file mode 100644 index f509a73..0000000 --- a/guides/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# 📖 Guides — Family Hoppe - -Quick-reference guides for GitHub, Copilot, and the Family Hoppe workflow. - ---- - -## Available Guides - -| Guide | Description | -|---|---| -| [GitHub Copilot](./copilot.md) | Copilot tips, shortcuts, and multi-account workflow | -| [GitHub Workflow](./github-workflow.md) | Branching, PRs, issues, and clean repo practices | - ---- - -## Principles for Family Hoppe - -1. **Clean** — No clutter. Archive or delete repos that are no longer needed. -2. **Professional** — Meaningful commit messages, good READMEs, proper branching. -3. **Precise** — Do the right thing the first time. Use Copilot to help but always review. -4. **Consistent** — Same workflow on Mac (donnyandjoern-debug) and Windows (Joern@Hoppe.home). - ---- - -[← Back to main library](../README.md)