File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 33## Recipe/Pattern Development
44
55If you are developing recipes/patterns (they mean the same thing), you MUST read
6- ALL of the following documentation:
6+ ALL of the following documentation AND follow the workflow below:
7+
8+ ### Required Documentation (read all 6 files)
79
810- ` docs/common/RECIPE_DEV_DEPLOY.md ` - Building, debugging, and deploying
911 recipes step-by-step
@@ -20,7 +22,17 @@ ALL of the following documentation:
2022- ` docs/common/UI_TESTING.md ` - Optional: How to work with shadow dom in our
2123 integration tests
2224
23- Check ` packages/patterns/ ` for working recipe examples.
25+ ### Development Workflow (add these steps to your todo list)
26+
27+ 1 . Read all 6 required documentation files listed above
28+ 2 . Review example patterns in ` packages/patterns/ ` for reference
29+ 3 . Build your recipe incrementally, starting simple
30+ 4 . Deploy and test your recipe
31+ 5 . ** FINAL STEP: Review your code against all 6 .md files above to verify
32+ correctness and check for improvements**
33+
34+ ** Important:** Step 5 is MANDATORY before declaring work complete. Do not skip
35+ this verification step.
2436
2537** Important:** Ignore the top level ` recipes ` folder - it is defunct.
2638
You can’t perform that action at this time.
0 commit comments