From d86b5054f171505cca60ba0e344427b98800a773 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Sat, 7 Sep 2024 18:37:51 -0400 Subject: [PATCH] Update contribution guide --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1f51d57..9f2d68c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -56,4 +56,5 @@ View all dependencies in [package.json](/package.json). ├── 📂 routes # File-based routing using TanStack Router ├── 📂 styles # Global CSS (not much here, most of it's in Tailwind!) └── main.tsx # Base of the project including common Providers +📂 src # End-to-end Playwright tests ```