From fe2e2ec5fb8d02ddc670bb7f235740f93bcf8ee8 Mon Sep 17 00:00:00 2001 From: Danny Acosta <35575947+dannyjacosta@users.noreply.github.com> Date: Fri, 7 May 2021 05:05:14 -0400 Subject: [PATCH] Updated "How To Contribute" doc to include video from EF Core team (#24839) --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a623749d32b..5b55d685761 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,6 +4,8 @@ We welcome community pull requests for bug fixes, enhancements, and documentatio For code changes, you will need to [fork and clone the repo and build the code locally](../docs/getting-and-building-the-code.md). +Here is a [video](https://www.youtube.com/watch?v=9OMxy1wal1s) where members of the Entity Framework Core team provide guidance, advice and samples on how to contribute to this project. + ## Choosing an issue All contributions should address an [open issue](https://github.com/dotnet/efcore/issues) in the [dotnet/efcore](https://github.com/dotnet/efcore) repo.