Skip to content

Commit

Permalink
Update Recipes overview link (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
  • Loading branch information
kachawla authored Jul 17, 2024
1 parent 24437e0 commit 023ec31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/contributing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section describes the guidelines for contributing code / docs to Radius Rec
To write your first recipe, follow the steps below:

1. Familiarize yourself with the IaC language of your choice [Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep) or [Terraform](https://developer.hashicorp.com/terraform)
1. Familiarize yourself with the Radius [Recipe](https://docs.radapp.io/recipes) concept
1. Familiarize yourself with the Radius [Recipe](https://docs.radapp.io/guides/recipes) concept
1. Familiarize yourself with the [supported resource types](https://docs.radapp.io/guides/recipes/overview/#supported-resources) to write recipes for.
1. Review the existing recipes in this repository to understand the structure and best practices
1. Follow this [how-to guide](https://docs.radapp.io/guides/recipes/howto-author-recipes/) to write your first recipe, register your recipe in the environment.
Expand Down Expand Up @@ -117,4 +117,4 @@ All contributions come through pull requests. To submit a proposed change, we re

#### Use work-in-progress PRs for early feedback

A good way to communicate before investing too much time is to create a draft PR and share it with your reviewers. The standard way of doing this is to mark your PR as draft within GitHub.
A good way to communicate before investing too much time is to create a draft PR and share it with your reviewers. The standard way of doing this is to mark your PR as draft within GitHub.

0 comments on commit 023ec31

Please sign in to comment.