You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to fill out a form, which after submittal will create a pull request for a new recipe. The Form should include the following:
Category: Which category this falls under (dinner, breakfast, "new category", etc.)
Recipe Name
Teaser Picture: Pictures to include at the top of the recipe
Ingredients: list of ingredients, each on a new line. For example: "1 tsp Salt (sprinkled on top)"
Cooking Instructions: list of actions to take to cook ze delicious food
Tips/Pairings/Note to chef
Final Picture (s): Pictures to include at the bottom of the recipe
For a first pass, this could be a google form, then it can be configured to trigger a playbook or jenkins job, or maybe a github actions job. This would prepare a git commit, and open a PR with it to be reviewed and merged.
The text was updated successfully, but these errors were encountered:
Add the ability to fill out a form, which after submittal will create a pull request for a new recipe. The Form should include the following:
For a first pass, this could be a google form, then it can be configured to trigger a playbook or jenkins job, or maybe a github actions job. This would prepare a git commit, and open a PR with it to be reviewed and merged.
The text was updated successfully, but these errors were encountered: