From be5cb5433341ec25fe449a1aa1e84eebe9906dbe Mon Sep 17 00:00:00 2001 From: Le Tian Ren Date: Tue, 27 May 2014 14:15:54 +0800 Subject: [PATCH] Add CONTRIBUTING.rst and change README.rst format. * CONTRIBUTING.rst shows how to contribute to the project. * README.rst format is changed from dos to unix. Closes-Bug: #1323477 Change-Id: I93fd18fc002158ee8b3b2a48a993787e9847dd98 --- CONTRIBUTING.rst | 18 ++++++++++++++++++ README.rst | 16 +++++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 CONTRIBUTING.rst mode change 100755 => 100644 README.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..c2cbda6 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,18 @@ +How to Contribute +================= + +**Welcome to contribute to IBM PowerVC Driver!** + +The workflow of this project is similar to the one of OpenStack_, so we +use Launchpad for bugs_ and blueprints_ management, and OpenStack Gerrit for +`code review`_ and continous integration. + +*powervc-driver-core* is a group contains core reviewers who can vote +2 for +the integration approval, you can add it into your reviewer list, although all +members of this task force will monitor the queue and provide help. + +.. _OpenStack: https://wiki.openstack.org/wiki/GerritWorkflow +.. _bugs: https://bugs.launchpad.net/powervc-driver +.. _blueprints: https://blueprints.launchpad.net/powervc-driver +.. _`code review`: https://review.openstack.org/#/q/powervc-driver,n,z + diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 index 738ad7e..4d52f3b --- a/README.rst +++ b/README.rst @@ -1,7 +1,9 @@ -PowerVC Drivers -================================ - -This project contains a set of OpenStack drivers and utilities to implement the manage-to Power via PowerVC. - -* Free software: Apache license -* Documentation: https://wiki.openstack.org/wiki/Powervcdriver +PowerVC Drivers +================================ + +This project contains a set of OpenStack drivers and utilities to implement the +manage-to Power via PowerVC. + +* Free software: Apache license +* Documentation: https://wiki.openstack.org/wiki/Powervcdriver +