Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 569 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 569 Bytes

Contribution guidelines

First of all, thank you for thinking of contributing to this project 😄

Before sending a Pull Request, consider making an issue in the repository and assigning it to yourself.

Development

You need to clone the repository and restore packages. Navigate to the src/ElectricityMap.DotNet.Client folder and run the following command.

dotnet restore

After the packages have been restored, you can run the application.

dotnet run

Pull Requests

Make sure to have sufficient test coverage for all contributed work.