Skip to content

Commit 1806034

Browse files
Merge pull request #299109 from mumian/0430-bicep-contribute
Merge the contribute information into the overview article
2 parents 70cb2bd + 07c9790 commit 1806034

File tree

4 files changed

+19
-27
lines changed

4 files changed

+19
-27
lines changed

articles/azure-resource-manager/bicep/contribute.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

articles/azure-resource-manager/bicep/overview.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is Bicep?
33
description: Understand the Bicep language for deploying infrastructure to Azure. Gain an improved authoring experience over one with JSON to develop templates.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 03/25/2025
6+
ms.date: 04/30/2025
77
---
88

99
# What is Bicep?
@@ -176,7 +176,16 @@ The structure of the Bicep file is more flexible than a JSON template. You can d
176176

177177
[!INCLUDE [Request ARM template support](../../../includes/template-support.md)]
178178

179+
## Contribute to Bicep
180+
181+
Bicep is an open-source project. That means you can contribute to Bicep's development, and participate in the broader Bicep community. The contribution types include:
182+
183+
- **Azure Quickstart Templates.** You can contribute example Bicep files and ARM templates to the Azure Quickstart Templates repository. For more information, see the [Azure Quickstart Templates contribution guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/README.md#contribution-guide).
184+
- **Documentation.** Bicep's documentation is open to contributions, too. For more information, see our [contributor guide overview](/contribute/).
185+
- **Snippets.** Do you have a favorite snippet you think the community would benefit from? You can add it to the Visual Studio Code extension's collection of snippets. For more information, see [Contributing to Bicep](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md#snippets).
186+
- **Code changes.** If you're a developer and you have ideas you'd like to see in the Bicep language or tooling, you can contribute a pull request. For more information, see [Contributing to Bicep](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md).
187+
179188
## Next steps
180189

181-
* To get started, see the [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).
182-
* For answers to common questions, see [Frequently asked questions for Bicep](frequently-asked-questions.yml).
190+
- To get started, see the [Quickstart: Create Bicep files with Visual Studio Code](./quickstart-create-bicep-use-visual-studio-code.md).
191+
- For answers to common questions, see [Frequently asked questions for Bicep](frequently-asked-questions.yml).

includes/template-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ms.service: bicep, arm-templates
44
ms.topic: include
5-
ms.date: 08/28/2024
5+
ms.date: 04/30/2025
66

77
---
88

@@ -17,4 +17,4 @@ Here are the steps for opening a support ticket for Azure Resource Manager (ARM)
1717
1. Select a subscription, and then select **Next**.
1818
1. Select **Issue with ARM templates**, and then select **Next**.
1919

20-
:::image type="content" source="./media/template-support/request-arm-template-support.png" alt-text="Screenshot of requesting ARM template support." border="false":::
20+
:::image type="content" source="./media/template-support/request-arm-template-support.png" alt-text="Screenshot of requesting ARM template support.":::

redirects/.openpublishing.redirection.azure-resource-manager.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"redirect_url": "/azure/azure-resource-manager/templates/linked-templates",
4646
"redirect_document_id": false
4747
},
48+
{
49+
"source_path_from_root": "/articles/azure-resource-manager/bicep/contribute.md",
50+
"redirect_url": "/azure/azure-resource-manager/bicep/overview",
51+
"redirect_document_id": false
52+
},
4853
{
4954
"source_path_from_root": "/articles/azure-resource-manager/bicep/linter-rule-use-protectedsettings-for-commandtoexecute-secrets.md",
5055
"redirect_url": "/azure/azure-resource-manager/bicep/linter-rule-protect-commandtoexecute-secrets",

0 commit comments

Comments
 (0)