From dd8f8a7f95c29682c5f3bc884f182058a5e6cf9e Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 23 Feb 2016 00:30:21 +0300 Subject: [PATCH] Add maintenance files This patch adds the following files * .gitignore * .gitreview * MAINTAINERS Change-Id: Iba6a1860c53d2b892ec64e80b2be0a7fd68bfe8e --- .gitignore | 17 +++++++++++++++++ .gitreview | 4 ++++ MAINTAINERS | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview create mode 100644 MAINTAINERS diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40089f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# vim swap files +.*.swp + +# services' runtime files +*.log +*.pid + +# Vagrant housekeeping file +/.vagrant + +/iso/*.iso +lock + +.idea +.DS_Store + +repomd.xml* diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..e8e3b99 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/fuel-virtualbox.git diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..b6dce81 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,36 @@ +--- +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://specs.openstack.org/openstack/fuel-specs/policy/team-structure + [2] https://review.openstack.org/#/admin/groups/1299,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: Maksim Malchuk + email: mmalchuk@mirantis.com + IRC: mmalchuk + + - name: Serhii Ovsianikov + email: sovsianikov@mirantis.com + IRC: sovsianikov