Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim committed Feb 26, 2024
1 parent 04a99f7 commit a8f8913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains commonly used [Recipe](https://docs.radapp.io/recipes)

Recipes provide self-service infrastructure provisioning for developers. Developers select the resource(s) they need, and operators can configure Recipes with secure, approved, infrastructure. For more information about the supported resource types and the IaC languages, please refer to the [Recipes overview](https://docs.radapp.io/guides/recipes/overview/) page.

## Available Recipes
## Repository Structure

Recipes in this repository are organized by the environments and the resource types they support. Below is the structure:

Expand Down
6 changes: 1 addition & 5 deletions docs/contributing/contributing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ After you have tested the recipe in an application, you can follow the steps bel

1. Make sure there's an issue (bug or feature) raised, which sets the expectations for the contribution you are about to make.
1. Fork the repository and create a new branch
1. Add the recipe to the relevant directory
1. If the recipe is for local dev, add the recipe to the `local-dev` directory
1. If the recipe is for Azure, add the recipe to the `azure` directory
1. If the recipe is for AWS, add the recipe to the `aws` directory
1. If its a terraform recipe, create a directory name `<resourcetype>` under the relevant environment and add the recipe (e.g. `azure/redis/main.tf`)
1. Add the recipe to the relevant directory following the [repository structure](./recipes/README.MD#repository-structure)
1. Update the README.md with the new recipe
1. Commit and open a PR
1. Wait for the CI process to finish and make sure all checks are green
Expand Down

0 comments on commit a8f8913

Please sign in to comment.