Mass Open Cloud Operational Polices and Practices

Overview

This repository contains operational policies and practices documentation for the Mass Open Cloud.

Writing new specs

  1. Fork this repository.

  2. Clone the repository to your local system.

  3. Create a new branch for your spec.

  4. Create a Policy

    1. Create a new file in policies/ by making a copy of policies/policy-template.md. Specs are numbered; your spec should use the next available number, expressed as a four-digit, zero-padded prefix (such as 0010-my-policy-proposal.md).
  5. And/Or a Practice

    1. Create a new file in practices/ by making a copy of practices/practice-template.md. Practices are numbered; your practices should use the next available number, expressed as a four-digit, zero-padded prefix (such as 0010-my-practice-proposal.md).
  6. Write a great policy/practice document.

  7. Commit your changes to your branch.

  8. Push your changes up to your fork.

  9. Submit a pull request.