From 744825c771cfe10a32f3e2faa94ec2fe9545e01f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 4 Jul 2026 10:46:30 +0200 Subject: [PATCH] chore: fix messed up markdown :) --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bed4afa..bf36ef1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,6 @@ develop, test, and submit changes. - `apps/` - Playable games (each deploys independently) - `packages/` - Shared, publishable libraries - `sites/` - Docs (Astro Starlight) and UI demos — placeholders for now -``` Each app owns its own backend config (e.g. mnswpr's Firestore rules live in `apps/mnswpr/`); the shared packages stay backend-agnostic.