From 626844a9706f52037d925b63737befb42030e27b Mon Sep 17 00:00:00 2001 From: Feilong Wang Date: Thu, 27 Jul 2017 14:46:47 +1200 Subject: [PATCH] Add project info to contributor doc Change-Id: I3e65614477904f0cd72bf3fa87bbbf6b27f39b8b --- doc/source/contributor/index.rst | 1 + doc/source/contributor/project_info.rst | 124 ++++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 doc/source/contributor/project_info.rst diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index d06ec1898..d91539f72 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -6,6 +6,7 @@ Contribution Guide :maxdepth: 2 welcome + project_info development.environment first_patch first_review diff --git a/doc/source/contributor/project_info.rst b/doc/source/contributor/project_info.rst new file mode 100644 index 000000000..aa9c0acab --- /dev/null +++ b/doc/source/contributor/project_info.rst @@ -0,0 +1,124 @@ +.. + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +.. _project_info: + +Project Info +============ + +Maintainers +----------- + +Project Team Lead (PTL) +~~~~~~~~~~~~~~~~~~~~~~~ + + ++------------------------------+------------------------------------------------+ +| Contact | Area of interest | ++------------------------------+------------------------------------------------+ +| | Feilong Wang | * Chief Architect | +| | flwang (irc) | * Release management | +| | flwang@catalyst.net.nz | * Community management | +| | flwang@qq.com | * Core team management | +| | | * Road Map | ++------------------------------+------------------------------------------------+ + +| *If you would like to refactor whole Zaqar or have UX/community/other + issues please contact me.* + + +Project Core maintainers +~~~~~~~~~~~~~~~~~~~~~~~~ + ++------------------------------+------------------------------------------------+ +| Contact | Area of interest | ++------------------------------+------------------------------------------------+ +| | Xiyuan Wang | * Zaqar related questions or bugs. | +| | wxy (irc) UTC0200-UTC1000 | * Production problem for Zaqar. | +| | wangxiyuan1007@gmail.com | * Integration with container. | +| | | | ++------------------------------+------------------------------------------------+ +| | Hao Wang | * Introduce interesting and helpful features | +| | wanghao (irc) | * Bug Fix and Code Optimization | +| | sxmatch1986@gmail.com | * Notification Service | +| | | | ++------------------------------+------------------------------------------------+ +| | Thomas Herve | * Websocket | +| | therve (irc) | * Swift backend | +| | therve@redhat.com | | +| | | | ++------------------------------+------------------------------------------------+ + +| *All cores from this list are reviewing all changes that are proposed to Zaqar. + To avoid duplication of efforts, please contact them before starting work on + your code.* + + +Storage Backend Maintainers reviewers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ++------------------------------+------------------------------------------------+ +| Contact | Area of interest | ++------------------------------+------------------------------------------------+ +| | Hao Wang | * MongoDB | +| | wanghao (irc) | | +| | sxmatch1986@gmail.com | | ++------------------------------+------------------------------------------------+ +| | gecong | * Swift | +| | gecong (irc) | | +| | ge.cong@zte.com.cn | | +| | | | ++------------------------------+------------------------------------------------+ +| | gengchc2 | * Redis | +| | gengchc (irc) | | +| | geng.changcai2@zte.com.cn | | +| | | | ++------------------------------+------------------------------------------------+ +| | Feilong Wang | * SqlAlchemy | +| | flwang (irc) | | +| | flwang@catalyst.net.nz | | +| | | | ++------------------------------+------------------------------------------------+ + +| *All cores from this list are responsible for maintaining the storage backend. + To avoid duplication of efforts, please contact them before starting working + on your own backends.* + + +Useful links +------------ +- `Source code`_ +- `Project space`_ +- `Bugs`_ +- `Patches on review`_ + + +Where can I discuss and propose changes? +---------------------------------------- +- Our IRC channel: **#openstack-zaqar** on **irc.freenode.net**; +- Bi-Weekly Zaqar team meeting (in IRC): **#openstack-meeting-3** on + **irc.freenode.net**, held on Monday at 14:00 UTC; +- OpenStack mailing list: **openstack-dev@lists.openstack.org** (see + `subscription and usage instructions`_); +- `Zaqar team on Launchpad`_: Answers/Bugs/Blueprints. + + +.. references: + +.. _Source code: https://github.com/openstack/zaqar +.. _Project space: http://launchpad.net/zaqar +.. _Bugs: https://bugs.launchpad.net/zaqar +.. _Patches on review: https://review.openstack.org/#/q/status:open+zaqar,n,z +.. _IRC logs: http://irclog.perlgeek.de/openstack-zaqar +.. _subscription and usage instructions: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev +.. _Zaqar team on Launchpad: https://launchpad.net/zaqar