Skip to content

Commit 6bbb978

Browse files
authored
Merge pull request #9 from ahmedsza/featuretestex4
Featuretestex4
2 parents de6cb96 + 3a2d59c commit 6bbb978

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Application/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This is a comment
2+
# Each line is a file pattern followed by one or more owners
3+
4+
# Specify a default code owner for the entire repository
5+
* @ahmedsza

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page
22
@model IndexModel
33
@{
4-
ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System";
4+
ViewData["Title"] = "Munson's Pickles and Preserves Team Messaging System with PR";
55
}
66

77
<h1>@ViewData["Title"]</h1>

0 commit comments

Comments
 (0)