-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a CONTRIBUTING document #437
Conversation
… all Chef Provisioning resources
👍 Slick. |
Excuse my naivety - why must all Chef Provisioning resources implement :create and :destroy actions? |
@stuartpreston I think If Chef Provisioning Azure should use some other actions, then we could update the CONTRIBUTING.md document there to say what the minimum set of actions the resources should respond to. The goal here is not to force all Provisioning Resources to conform to a too-simple API, but rather to define a set of criteria so Resource authors know when their Resource is complete. |
Adding a CONTRIBUTING document
Adding a CONTRIBUTING document
Which describes acceptance criteria for all Chef Provisioning resources.
\cc @randomcamel @jkeiser @charlesjohnson