ManageIQ/manageiq-providers-workflows

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# ManageIQ::Providers::Workflows

[![CI](https://github.com/ManageIQ/manageiq-providers-workflows/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-providers-workflows/actions/workflows/ci.yaml)
[![Code Climate](https://codeclimate.com/github/ManageIQ/manageiq-providers-workflows.svg)](https://codeclimate.com/github/ManageIQ/manageiq-providers-workflows)
[![Test Coverage](https://codeclimate.com/github/ManageIQ/manageiq-providers-workflows/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/manageiq-providers-workflows/coverage)
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-workflows?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


ManageIQ plugin for the Workflows provider.

## Development

See the section on plugins in the [ManageIQ Developer Setup](http://manageiq.org/docs/guides/developer_setup/plugins)

For quick local setup run `bin/setup`, which will clone the core ManageIQ repository under the *spec* directory and setup necessary config files. If you have already cloned it, you can run `bin/update` to bring the core ManageIQ code up to date.

## License

The gem is available as open source under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request