Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Contributing doc with link to ReadMe file #76

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/contributing-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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 following the [repository structure](../../README.md#repository-structure)
1. Update the README.md with the new recipe
1. Update the [README.md](https://github.com/radius-project/recipes/blob/main/local-dev/README.md) with the new recipe
lakshmimsft marked this conversation as resolved.
Show resolved Hide resolved
1. Commit and open a PR
1. Wait for the CI process to finish and make sure all checks are green
1. A maintainer of the repo will be assigned, and you can expect a review within a few days
Expand Down
Loading