Skip to content

Commit

Permalink
Update for Cloudera Altus Director 6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
handavid committed Sep 13, 2018
1 parent 52a4b7a commit d4e70ad
Show file tree
Hide file tree
Showing 5 changed files with 1,940 additions and 984 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thanks for your interest in contributing to the Cloudera Director BYON example plugin!
Thanks for your interest in contributing to the Cloudera Altus Director BYON example plugin!

The Cloudera Director BYON example plugin is an Apache-licensed, open source plugin for [Cloudera Director](https://www.cloudera.com/products/product-components/cloudera-director.html). This document contains guidelines for how to contribute to the plugin.
The Cloudera Altus Director BYON example plugin is an Apache-licensed, open source plugin for [Cloudera Altus Director](https://www.cloudera.com/products/product-components/cloudera-director.html). This document contains guidelines for how to contribute to the plugin.

# How do I contribute code?

Expand All @@ -20,7 +20,7 @@ Now start coding! For best results, first fork this repository, and then create

As you are working, keep the following things in mind:

First, please include tests with your changes where appropriate. If your code changes do not include tests, it is much less likely that they will be accepted. If you are unsure how to write tests, please ask on the issue comment stream for guidance. You should also try using your updated plugin on a recent release of Cloudera Director, to be sure that it integrates successfully and works as intended in a live scenario.
First, please include tests with your changes where appropriate. If your code changes do not include tests, it is much less likely that they will be accepted. If you are unsure how to write tests, please ask on the issue comment stream for guidance. You should also try using your updated plugin on a recent release of Cloudera Altus Director, to be sure that it integrates successfully and works as intended in a live scenario.

Second, please keep your changes narrowly targeted to the problem described by the issue. It’s better for everyone if we maintain discipline about the scope of each change set. In general, if you find a bug while working on a specific feature, file a separate issue for the bug, check if you can assign it to yourself, and fix it independently of the feature. This helps the community differentiate between bug fixes and features, and allows us to build stable maintenance releases.

Expand All @@ -30,4 +30,4 @@ Finally, please write a good, clear commit message, with a short, descriptive ti

When the changes are ready to go, submit a pull request against the main repository from the branch on your fork. To help get attention from the community, assign reviewers to the pull request that you have been communicating with and who have permission to merge pull requests. Work with reviewers to make any necessary final adjustments to your work. When the discussion is complete, your pull request will be merged. Congratulations!

Once your changes are merged, Cloudera staff will import them into the plugin code maintained along with Cloudera Director code itself, so that later versions of Cloudera Director will automatically include them.
Once your changes are merged, Cloudera staff will import them into the plugin code maintained along with Cloudera Altus Director code itself, so that later versions of Cloudera Altus Director will automatically include them.
Loading

0 comments on commit d4e70ad

Please sign in to comment.