Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryan-beisner/2985bcd529203883920dc74b3b8c1448 to your computer and use it in GitHub Desktop.
Save ryan-beisner/2985bcd529203883920dc74b3b8c1448 to your computer and use it in GitHub Desktop.
openstack-charms-submit-review-example.md

Example - Submit a Review for an OpenStack Charm

Be sure to understand the syntax requirements of commit messages:

And the developer workflow:

Example

git clone https://github.com/openstack/charm-tempest
cd charm-tempest
git checkout -b my-new-branch-name
# Change some things
git commit -a -m "I changed some things."
git review

See also:

Watching OpenStack Charm Changes on Gerrit Code-Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment