From 085d97ec9dc7dd645014579394b9ca6c609ccc65 Mon Sep 17 00:00:00 2001 From: Henning Roos Date: Wed, 7 Oct 2020 11:10:35 +0200 Subject: [PATCH] Add codeowner file and update checklist (#11) --- CODEOWNERS | 6 ++++++ repo-checklist.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 CODEOWNERS mode change 100644 => 100755 repo-checklist.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..9f59006 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @eiffel-community/eiffel-community-maintainers will be +# requested for review when someone opens a pull request. + +* @eiffel-community/eiffel-community-maintainers diff --git a/repo-checklist.md b/repo-checklist.md old mode 100644 new mode 100755 index c94ba3f..37ffc0d --- a/repo-checklist.md +++ b/repo-checklist.md @@ -28,3 +28,4 @@ After copying the contents of this repo into the new repo-to-be, follow the belo 1. Give the team write access to the new repository. 1. Create a maintainers' mailing list. There are no requirements on mailing list providers, but it needs to be invite only, readable by members only, but accept mails from non-members. [Google Groups](http://groups.google.com/) can easily set up such mailing lists. 1. Update https://github.com/eiffel-community/community/blob/master/CONTACT.md with a new line for this repository. +1. Update CODEOWNERS file with the correct maintainer list.