Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 1.72 KB

Contributing

This 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 repositories using our CLA.

Engineering Guidence

The best ways to contribute to our code is to try things out first, then file the issues you may encountered. Joining the design conversation and make pull request follow our instructions.

Setup develop environment

Prerequisites

Follow the official documents to install the required softwares:

  1. Git
  2. Node.js and NPM, Node version >= 18
  3. Visual Studio Code Ensure the version match engines defined in package.json

Build the project

  1. Clone this repo locally. (git clone https://github.com/Microsoft/vscode-azureapicenter.git)
  2. Open a terminal and build locally. (npm install && npm run package)

Debug the project

  1. Open project in VS Code.
  2. Press F5 in VS Code.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.