-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Hide old application graph page Signed-off-by: Reshma Abdul Rahim <[email protected]> * Update docs/content/concepts/why-radius/application-graph/index.md Signed-off-by: Reshma Abdul Rahim <[email protected]> * Revamp contribution guides Signed-off-by: Reshma Abdul Rahim <[email protected]> * Remove untracked changes * Remove untracked changes * Remove untracked changes * fix workspace switch cli example (#1029) Signed-off-by: Emanuel Palm <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]> * Hide old application graph page Signed-off-by: Reshma Abdul Rahim <[email protected]> * Update docs/content/concepts/why-radius/application-graph/index.md Signed-off-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]> * Revamp contribution guides Signed-off-by: Reshma Abdul Rahim <[email protected]> * Remove untracked changes Signed-off-by: Reshma Abdul Rahim <[email protected]> * Remove untracked changes Signed-off-by: Reshma Abdul Rahim <[email protected]> * Remove untracked changes Signed-off-by: Reshma Abdul Rahim <[email protected]> * Make community tope level Signed-off-by: Reshma Abdul Rahim <[email protected]> * Delete package-lock.json Signed-off-by: Reshma Abdul Rahim <[email protected]> * address feedback Signed-off-by: Reshma Abdul Rahim <[email protected]> * Update docs/content/contributing/overview/index.md Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]> * Remove changes to package-lock.json Signed-off-by: Reshma Abdul Rahim <[email protected]> * Restore package-lock.json Signed-off-by: Reshma Abdul Rahim <[email protected]> * Resore package-lock.json Signed-off-by: Reshma Abdul Rahim <[email protected]> * Add aliase Signed-off-by: Reshma Abdul Rahim <[email protected]> * Address feedback Signed-off-by: Reshma Abdul Rahim <[email protected]> * Address feedback Signed-off-by: Reshma Abdul Rahim <[email protected]> --------- Signed-off-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Emanuel Palm <[email protected]> Co-authored-by: Emanuel Palm <[email protected]> Co-authored-by: Aaron Crawfis <[email protected]>
- Loading branch information
1 parent
246a32b
commit 47e30c0
Showing
16 changed files
with
63 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "Radius Docs" | ||
linkTitle: "Docs" | ||
description: "Learn how to contribute and maintain the Radius documentation" | ||
weight: 300 | ||
--- |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
type: docs | ||
title: "Overview: Contributing to Radius" | ||
linkTitle: "Overview" | ||
description: "Guides and requirements for contributing to Radius" | ||
weight: 100 | ||
aliases : ["/community/contributing/overview"] | ||
--- | ||
|
||
We welcome contributions to Radius! Contributions can come in different ways such as engaging with the community, contributing code, or improving the documentation. This page provides an overview of the different ways you can contribute to Radius. | ||
|
||
## Community | ||
|
||
Check out the [Radius Community]({{< ref community >}}) page to learn about the different ways you can engage with the Radius community. | ||
|
||
## GitHub | ||
|
||
If you would like to file Issues, access the source code, or use Codespaces please visit the [Radius GitHub repo](https://github.com/radius-project). | ||
|
||
### good-first-issues | ||
|
||
To quickly get started with contributing to code on Radius, here are some identified [good-first-issues](https://aka.ms/radius-first-issues) that you can `/assign` to yourself and start contributing. | ||
|
||
<a class="btn btn-primary" href="https://aka.ms/radius-first-issues" role="button" target="_blank">good-first-issues</a> | ||
|
||
### Contributing to Radius | ||
|
||
Check out the following table to learn where and how you can contribute: | ||
|
||
| Repository | Description | Contribution guides | | ||
|------------|-------------|---------------------| | ||
| **Radius** | Main repository that contains source code for [`rad` CLI]((https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-cli/running-rad-cli.md)), [control plane]((https://github.com/radius-project/radius/blob/main/docs/contributing/contributing-code/contributing-code-control-plane/README.md)) and other components of Radius | [radius-project/radius](https://github.com/radius-project/radius/blob/main/CONTRIBUTING.md)| | ||
| **Docs** | Documentation for Radius | [radius-project/docs]({{< ref contributing-docs>}})| | ||
| **Recipes** | Commonly used [Recipe](https://docs.radapp.io/recipes) templates for Radius Environments | [radius-project/recipes](https://github.com/radius-project/recipes/blob/main/CONTRIBUTING.md) |(https://github.com/radius-project/recipes/blob/main/CONTRIBUTING.md) | | ||
| **Dashboard** | The frontend experience for Radius |[radius-project/dashboard](https://github.com/radius-project/dashboard/blob/main/CONTRIBUTING.md) | | ||
| **Bicep** | Temporary fork of the [Bicep repo](https://github.com/azure/bicep) used to inject the Radius types into the Bicep language. Contains both the Bicep CLI and the Bicep VS Code extension. | [radius-project/bicep](https://github.com/radius-project/bicep/blob/radius-compiler/CONTRIBUTING.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters