From 043b04d8a601421b38fee4786069fd34479bba13 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 4 Feb 2018 22:51:34 +0100 Subject: [PATCH] github: I want to review changes to the AUTHORS file and top level READMEs Also move the issue template stuff for less clutter --- .github/CODEOWNERS | 2 ++ ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..6b3a1dc6e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/AUTHORS @calmh +/*.md @calmh diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md