tripleo-ui/docs/contributing.rst

801 B

Contributing

Use OpenStack Gerrit for patches and reviews.

  1. git clone https://github.com/openstack/tripleo-ui.git
  2. Install git-review: sudo dnf install git-review
  3. Setup Gerrit: git review -s
  4. Develop on a feature branch locally (If code will close a bug, consider branch name of 'bug/123456')
  5. Commit your changes and follow best practices on OpenStack Wiki while writing commit message
  6. Run git review to push your patch up for review
  7. Review and merge patches on OpenStack Gerrit