From 106d65e4e9283d73296320538b1915979fe01d51 Mon Sep 17 00:00:00 2001 From: Gudmundur Haraldsson Date: Thu, 7 Jan 2021 15:17:27 +0000 Subject: [PATCH] Moving templates into .github/ folder, adding CODEOWNERS --- .github/CODEOWNERS | 4 ++++ ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE | 0 PULL_REQUEST_TEMPLATE => .github/PULL_REQUEST_TEMPLATE | 0 3 files changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS rename ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE (100%) rename PULL_REQUEST_TEMPLATE => .github/PULL_REQUEST_TEMPLATE (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..d5ca2df4d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# The following users/teams will get auto-tagged for a review. +# See https://docs.github.com/en/enterprise/2.15/user/articles/about-code-owners + +* @gudmdharalds diff --git a/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE similarity index 100% rename from ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE diff --git a/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE similarity index 100% rename from PULL_REQUEST_TEMPLATE rename to .github/PULL_REQUEST_TEMPLATE