From 18cfb3fb67814b85f865c083f272b209c693e055 Mon Sep 17 00:00:00 2001 From: Nick Kubala Date: Mon, 1 Oct 2018 11:52:54 -0700 Subject: [PATCH] Add maintainers file and new issue template --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ MAINTAINERS | 5 ----- 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 MAINTAINERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..663c2c36 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @nkubala @dlorenc @aaron-prindle diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..bca5beef --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ + + +### Expected behavior + +### Actual behavior + +### Information + +- container-diff version: version... +- Operating system: ... + +### Steps to reproduce the behavior + +1. ... +2. ... diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index a7a392c7..00000000 --- a/MAINTAINERS +++ /dev/null @@ -1,5 +0,0 @@ -Aaron Prindle (@aaron-prindle) -Dan Lorenc (@dlorenc) -Matt Rickard (@r2d4) -Nick Kubala (@nkubala) -Priya Wadwha (@priyawadhwa)