diff --git a/src/Application/CODEOWNERS b/src/Application/CODEOWNERS new file mode 100644 index 00000000..a89a9d99 --- /dev/null +++ b/src/Application/CODEOWNERS @@ -0,0 +1,5 @@ +# This is a comment +# Each line is a file pattern followed by one or more owners + +# Specify a default code owner for the entire repository +* @ahmedsza diff --git a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml index f7645733..ba4d74c0 100644 --- a/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml +++ b/src/Application/src/RazorPagesTestSample/Pages/Index.cshtml @@ -1,7 +1,7 @@ @page @model IndexModel @{ - ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System"; + ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System with PR"; }