Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 566 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 566 Bytes

Contributing to EagleRepair

Contributions are welcome!

Can you make EagleRepair even better? Feel free to open a pull request.

What do I need to know to help?

We do all our development on GitHub.

Prerequisites to develop:

  • .NET 6 SDK

Building sources

Open the solution file EagleRepair.sln with your favorite IDE (e.g., Rider, Visual Studio or Visual Studio Code) and build the solution.

Alternatively, the sources can be build from the command line:

dotnet build

Run tests

dotnet test