Jump to: navigation, search

Difference between revisions of "Blazar/How to contribute"

(Created page with "== Getting started == * Create [https://github.com/stackforge/climate Github] account if you don't have one * Make sure you have git options user.name and user.email set in g...")
 
(Your first commit to Climate)
Line 25: Line 25:
 
* Take a look on how [https://wiki.openstack.org/wiki/Gerrit_Workflow Gerrit review process] goes on in OpenStack (read carefully [https://wiki.openstack.org/wiki/Gerrit_Workflow#Committing_Changes committing changes] part)
 
* Take a look on how [https://wiki.openstack.org/wiki/Gerrit_Workflow Gerrit review process] goes on in OpenStack (read carefully [https://wiki.openstack.org/wiki/Gerrit_Workflow#Committing_Changes committing changes] part)
 
* Apply and commit your changes
 
* Apply and commit your changes
* Make sure all code checkings and tests have passed. See [https://wiki.openstack.org/wiki/Climate/Development_guidelines development guidelines] to learn more
+
* Make sure all code checkings and tests have passed. See [https://wiki.openstack.org/wiki/Climate/Development_Guidelines development guidelines] to learn more
 
* Send your patch to the review (you may use [https://github.com/openstack-infra/git-review git-review] utility for that)
 
* Send your patch to the review (you may use [https://github.com/openstack-infra/git-review git-review] utility for that)
 
* Monitor status of your change on https://review.openstack.org/#/
 
* Monitor status of your change on https://review.openstack.org/#/

Revision as of 17:39, 24 February 2014

Getting started


As all bugs/blueprints are listed in Climate Launchpad, you may keep track on them and choose some to work on.

How to keep in touch with community


Your first commit to Climate