From 66325222dda7eb77e05228c36df463581a5d528c Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 20 Jun 2023 18:09:42 -0400 Subject: [PATCH] Add CODEOWNERS --- .github/CODEOWNERS | 11 +++++++++++ tgstation-server.sln | 1 + 2 files changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..c15224339c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# This list auto requests reviews from the specified org members +# when a PR that modifies the file in question is opened +# This list is alphabetized by User -> Filename and separated into sections for Maintainers/Contributors KEEP IT THAT WAY +# In the event that people are to be informed of changes +# to the same file or dir, add them to the end of under Multiple Owners + +# MAINTAINERS + +# Dominion/Cyberboss + +* @Cyberboss diff --git a/tgstation-server.sln b/tgstation-server.sln index fa1f1bf89f..7402396f79 100644 --- a/tgstation-server.sln +++ b/tgstation-server.sln @@ -118,6 +118,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{DCC75431-7 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E82104F4-F5C4-4786-ACD4-B635166CDB21}" ProjectSection(SolutionItems) = preProject + .github\CODEOWNERS = .github\CODEOWNERS .github\CODE_OF_CONDUCT.md = .github\CODE_OF_CONDUCT.md .github\CONTRIBUTING.md = .github\CONTRIBUTING.md .github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md