Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.53 KB

Contributing

We are very excited you are interested in helping with our ENLYZE Power BI Integration! Let's get you started, even if you don't have any previous open-source experience!

New to Open Source?

Take a look at How to Contribute to an Open Source Project on GitHub

Where to ask Questions?

Check our Github Issues to see if someone has already answered your question.

Primer

In case you are new to Power BI Custom Connector development, this guide may help you get started quickly.

Prerequisites

In order to get your development setup up and running, you will need

  1. A Windows (Virtual) Machine
  2. Microsoft Visual Studio or Visual Studio Code
  3. The latest version of the Microsoft Power Query SDK

Project Setup

  1. Fork the enlyze-powerbi repository.
  2. Clone the forked repository.

Modifying Code

  • Open the enlyze-power project in your IDE and start modifying the code.
  • The Microsoft Power Query SDK will auto-format your changes.

Pull Request

Reference the relevant issue or pull request and give a clear description of changes/features added when submitting a pull request.