Files
tripleo-ui/docs/contributing.rst
Honza Pokorny ae46a1507d Add developer docs
This patch adds developer documentation in the docs/ directory.  The
documentation is written using sphinx.  We also include an npm command
to build the documentation (ie npm run docs).

Closes-bug: 1651106
Change-Id: Ifcce40e1727ddb5eb7cac8586cb41d6f2a3e78d0
2017-01-26 09:55:56 -04:00

543 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
  5. Run git review to push your patch up for review
  6. Review and merge patches on OpenStack Gerrit