Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 3.44 KB

CONTRIBUTING.md

File metadata and controls

54 lines (39 loc) · 3.44 KB

Contributing

This project will welcome code and PR contributions and suggestions in the near future. While we are excited to accept code contributions, there are other valuable forms of contributions, including filing issues and engaging in discussions. Many open source projects ask for enhancement suggestions in the form of issues. We prefer that you start an idea discussion instead of creating enhancement issues.

Once this project is ready to welcome 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.opensource.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., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Setting Up Local Dev Environment

Windows, macOS or Linux:

If developing on Linux or macOS, you will also need to install git-lfs. (It is prepackaged with the Git installer for Windows.) Follow the instructions here for your environment.

Build and Run

Clone, restore modules, build and run:

git clone https://github.com/microsoft/powerplatform-build-tools.git pp-build-tools
cd pp-build-tools
npm ci
gulp ci

How to make GitHub Actions and Build Tools compatible with latest PAC CLI?

Please refer steps in Cli-Wrapper