This repository contains operational policies and practices documentation for the Mass Open Cloud.
-
Fork this repository.
-
Clone the repository to your local system.
-
Create a new branch for your spec.
-
Create a Policy
- Create a new file in
policies/
by making a copy ofpolicies/policy-template.md
. Specs are numbered; your spec should use the next available number, expressed as a four-digit, zero-padded prefix (such as0010-my-policy-proposal.md
).
- Create a new file in
-
And/Or a Practice
- Create a new file in
practices/
by making a copy ofpractices/practice-template.md
. Practices are numbered; your practices should use the next available number, expressed as a four-digit, zero-padded prefix (such as0010-my-practice-proposal.md
).
- Create a new file in
-
Write a great policy/practice document.
-
Commit your changes to your branch.
-
Push your changes up to your fork.
-
Submit a pull request.