The Azure SDK project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
The Azure SDK Blog welcomes contributions related to the new Azure SDKs. Please reach out to us here azsdkblog@microsoft.com if you are interested in contributing a blog post.
Here's the general contribution process:
- Fork this repo
- Create a new branch
- Commit your changes to that branch
- Do a PR from your fork/branch to azure-sdk/main.
Codespaces is new technology that allows you to use a container as your development environment. This repo provides a Codespaces container which is supported by both GitHub Codespaces and VS Code Codespaces.
-
From the Azure SDK GitHub repo, click on the "Code -> Open with Codespaces" button.
-
Open a Terminal
-
Execute the following command and
Ctrl+Click
the link generated. A new window will open with the Azure SDK website.bundle exec jekyll serve
-
Install the VS Code Remote Extension Pack
-
When you open the Azure SDK repo in VS Code, it will prompt you to open the project in the Dev Container. If it does not prompt you, then hit CTRL+P, and select "Remote-Containers: Open Folder in Container..."
-
Open a Terminal
-
Press
Ctrl+Shift+T
or execute the following command andCtrl+Click
the link generated. A new window will open with the Azure SDK website.bundle exec jekyll serve
This site uses Jekyll and GitHub pages. Installation instructions can be found here: https://jekyllrb.com/docs/installation
Here's how to setup the site locally:
-
Install Ruby+DevKit 2.6 - Don't install 2.7, it doesn't work with this site.
You can find complete installation instructions here: https://jekyllrb.com/docs/installation
-
Restart your machine
You may need to restart your machine after installing Ruby.
-
Install Jekyll
gem install jekyll bundler
-
Install Dependencies
Run the following command from the root of the azure-sdk project.
bundle install
-
Open a terminal and execute the following command to start the site:
bundle exec jekyll serve
-
Open a browser to https://127.0.0.1:4000 to run the site.