Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Application/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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";
}

<h1>@ViewData["Title"]</h1>
Expand Down
Loading