Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1.08 KB

OpenTelekomCloud driver for docker-machine

First of all, thanks for contributing to the project!

If you wan't to report issue or propose new change please create new issue here

Creating issues

  1. Check that same issue does not exist already
  2. Use short description as a title
  3. Describe used flags and environment details
  4. Attach debug log (run docker-machine with -debug flag)
    Remember to check for private data in debug log

Making code changes

  1. Fork the repository
  2. Make changes, check that all acceptance tests are passing
    Acceptance tests create real infrastructure, additional costs can be charged
  3. Add new acceptance tests, if needed
  4. Create Pull Request with target branch set to devel
  5. Link PR to issue it resolves, if there is one