From 486ed716bc532c1d3151679b7522ffa29aa6d0d7 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Thu, 28 May 2020 08:18:09 +0530 Subject: [PATCH] Update Contributing.md ProjectStructure.md link added to the Contributing.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddc8ccd..720cc50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,3 +26,7 @@ dotnet build src\winsw.sln ``` dotnet test src\Test\winswTests\winswTests.csproj ``` + +## Project Structure + +You can find project structure guideline [here.](doc/developer/projectStructure.md)