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.
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.
Follow the official documents to install the required softwares:
- Git
- Node.js and NPM, Node version >= 18
- Visual Studio Code Ensure the version match
engines
defined in package.json
- Clone this repo locally. (
git clone https://github.com/Microsoft/vscode-azureapicenter.git
) - Open a terminal and build locally. (
npm install && npm run watch
)
- Open project in VS Code.
- Press
F5
in VS Code.
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.