Skip to content
Merged
Changes from all commits
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
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ We are very happy to accept community contributions to Bicep, whether those are

## Getting Started

* If you haven't already, you will need [dotnet](https://dotnet.microsoft.com/download) core sdk 7.0.100 and [node + npm](https://nodejs.org/en/download/) 10 (or later) installed locally to build and run this project.
* If you haven't already, you will need .NET SDK and node installed locally to build and run this project.
* Install the [.NET SDK](https://dotnet.microsoft.com/download) that matches the version in [global.json](./global.json)
* Install [node](https://nodejs.org/en/download/) 20 or later.
* You are free to work on Bicep on any platform using any editor, but you may find it quickest to get started using [VSCode](https://code.visualstudio.com/Download) with the [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
* Fork this repo (see [this forking guide](https://guides.github.com/activities/forking/) for more information).
* Checkout the repo locally with `git clone [email protected]:{your_username}/bicep.git`.
Expand Down
Loading