From bd8074789e2972e083091852664b9e013523b019 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Thu, 4 Mar 2021 13:07:44 -0700 Subject: [PATCH] Updated Handler Property PR Guidelines (markdown) --- Handler-Property-PR-Guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Handler-Property-PR-Guidelines.md b/Handler-Property-PR-Guidelines.md index 7a466e3..3f1f6ef 100644 --- a/Handler-Property-PR-Guidelines.md +++ b/Handler-Property-PR-Guidelines.md @@ -1,5 +1,7 @@ The list of handler properties which are ready for porting is [here](https://github.com/dotnet/maui/projects/4). +Example PR: https://github.com/dotnet/maui/pull/421 + PRs for handler properties should: - target a single property for a single control where possible