Jump to: navigation, search

Difference between revisions of "Your first patch (Zaqar)"

(Created page with "=== Learn how we work === * What Open means to us * How our Release Cycle works * Our Branch model * How to work with Launchpad Blueprints and Bugs === Set up your contribut...")
 
m (Get the code)
Line 13: Line 13:
 
=== Get the code ===
 
=== Get the code ===
  
 +
<pre><nowiki>
 
git clone https://github.com/openstack/marconi.git
 
git clone https://github.com/openstack/marconi.git
 +
</nowiki></pre>
  
 
=== Hack, hack, hack! ===
 
=== Hack, hack, hack! ===
  
 
=== Submit your patch ===
 
=== Submit your patch ===

Revision as of 13:52, 9 May 2014

Learn how we work

  • What Open means to us
  • How our Release Cycle works
  • Our Branch model
  • How to work with Launchpad Blueprints and Bugs

Set up your contributor account

Get the code

git clone https://github.com/openstack/marconi.git

Hack, hack, hack!

Submit your patch