From fbeb6df29798b2e1503f84828c88a279e98878c1 Mon Sep 17 00:00:00 2001 From: Tatyana Leontovich Date: Thu, 8 Oct 2015 00:08:17 +0300 Subject: [PATCH] Added MAINTAINERS to top-level repo directory In a consensus reached in a proposal for code review process change [1], and proposed team structure policy document [2], adding MAINTAINERS files in repositories. Please note, that this file is written in YAML format in order to allow further automation around code review process. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-August/072406.html [2] https://review.openstack.org/#/c/225376/ Change-Id: I4ede55c66831a07779f45869ebdd7119e254e580 --- MAINTAINERS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..5655a3d2 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,31 @@ +--- +description: + For Fuel team structure and contribution policy, see [1]. + + This is repository level MAINTAINERS file. All contributions to this + repository must be approved by one or more Core Reviewers [2]. + If you are contributing to files (or create new directories) in + root folder of this repository, please contact Core Reviewers for + review and merge requests. + + If you are contributing to subfolders of this repository, please + check 'maintainers' section of this file in order to find maintainers + for those specific modules. + + It is mandatory to get +1 from one or more maintainers before asking + Core Reviewers for review/merge in order to decrease a load on Core Reviewers [3]. + Exceptions are when maintainers are actually cores, or when maintainers + are not available for some reason (e.g. on vacation). + + [1] https://review.openstack.org/#/c/225376/ (to be replaced by html link once merged) + [2] https://review.openstack.org/#/admin/groups/664,members + [3] http://lists.openstack.org/pipermail/openstack-dev/2015-August/072406.html + + Please keep this file in YAML format in order to allow helper scripts + to read this as a configuration data. + +maintainers: + + - name: Dmytro Tyzhnenko + email: dtyzhnenko@mirantis.com + IRC: t_dmitry \ No newline at end of file