Familie Hoppe home page + Joanna Hoppe profile. Source of truth (not a mirror). NOT YET PUBLISHED - target hoppe.home/home and /joanna, then hoppe.mywire.org.
Go to file
copilot-swe-agent[bot] 0d52b35568
Add docs/, src/, tests/ directories and CONTRIBUTING.md
Agent-Logs-Url: https://github.com/donnyandjoern-debug/personal/sessions/5bec8cf7-24ec-4fdc-9f1c-6bb76465898b

Co-authored-by: donnyandjoern-debug <262665187+donnyandjoern-debug@users.noreply.github.com>
2026-04-16 20:09:47 +00:00
docs Add docs/, src/, tests/ directories and CONTRIBUTING.md 2026-04-16 20:09:47 +00:00
src Add docs/, src/, tests/ directories and CONTRIBUTING.md 2026-04-16 20:09:47 +00:00
tests Add docs/, src/, tests/ directories and CONTRIBUTING.md 2026-04-16 20:09:47 +00:00
.gitignore Add baseline repository files and complete README 2026-04-16 20:06:36 +00:00
CONTRIBUTING.md Add docs/, src/, tests/ directories and CONTRIBUTING.md 2026-04-16 20:09:47 +00:00
LICENSE Add baseline repository files and complete README 2026-04-16 20:06:36 +00:00
README.md Add docs/, src/, tests/ directories and CONTRIBUTING.md 2026-04-16 20:09:47 +00:00

Personal Repository (Family Hoppe)

This repository is the shared personal space for Family Hoppe projects, notes, and small experiments.

Purpose

  • Keep family-related project files in one place
  • Track changes over time with Git
  • Provide a clean base for future additions

Repository Structure

personal/
├── docs/          # Guides, notes, and decision records
├── src/           # Source code and scripts
├── tests/         # Tests for code in src/
├── CONTRIBUTING.md
├── LICENSE
└── README.md

Current Status

  • Repository initialized with baseline project structure
  • Basic documentation in place
  • Standard ignore rules and license added

Getting Started

  1. Clone the repository
  2. Browse docs/ for guidance or add documentation there
  3. Place source code under src/ and matching tests under tests/
  4. Commit your changes with clear messages
  5. See CONTRIBUTING.md before opening a pull request

Notes

See CONTRIBUTING.md for branching, commit, and pull-request conventions.