diff options
Diffstat (limited to 'docs/docs/walkthroughs/share-a-recipe.md')
-rw-r--r-- | docs/docs/walkthroughs/share-a-recipe.md | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/docs/docs/walkthroughs/share-a-recipe.md b/docs/docs/walkthroughs/share-a-recipe.md index a5f7ef50..44e7e367 100644 --- a/docs/docs/walkthroughs/share-a-recipe.md +++ b/docs/docs/walkthroughs/share-a-recipe.md @@ -2,8 +2,20 @@ **TODO: Describe step-by-step how to share a recipe**
-Points to include
-- Where to create recipes
-- What you need to contribute them (README, style, etc)
-- How to push them
-- How to get them reviewed
\ No newline at end of file +## 1. Verify checklist
+
+- [] Make sure you added them in right spot. All of the recipes are located in this part of the codebase here
+- [] Make sure to add a README
+- [] Make sure you have a main recipe file
+
+## 2. Push to codebase (fork codebase first?)
+
+## 3. Ask for review
+
+Ask for review from @tydunn or @natesesti
+
+## 4. Address review feedback
+
+Push your changes
+
+## 5. We approve
\ No newline at end of file |