diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-13 09:11:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-13 09:11:11 -0400 |
commit | 2e0059890277f1e08b47bda9fe3c10507ccfaf97 (patch) | |
tree | 2f3812dcb34995864e48fe442755d3faa368f0f0 /docs/proposals/proposal_template.md | |
parent | e1754cbde4aeddfb5bc0d58984510c648de7ced4 (diff) | |
parent | 240d66b067b783360ccade19ba245ab951d1d208 (diff) | |
download | openshift-2e0059890277f1e08b47bda9fe3c10507ccfaf97.tar.gz openshift-2e0059890277f1e08b47bda9fe3c10507ccfaf97.tar.bz2 openshift-2e0059890277f1e08b47bda9fe3c10507ccfaf97.tar.xz openshift-2e0059890277f1e08b47bda9fe3c10507ccfaf97.zip |
Merge pull request #5321 from mtnbikenc/proposal-process
[Proposal] OpenShift-Ansible Proposal Process
Diffstat (limited to 'docs/proposals/proposal_template.md')
-rw-r--r-- | docs/proposals/proposal_template.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/proposals/proposal_template.md b/docs/proposals/proposal_template.md new file mode 100644 index 000000000..ece288037 --- /dev/null +++ b/docs/proposals/proposal_template.md @@ -0,0 +1,30 @@ +# Proposal Title + +## Description +<Short introduction> + +## Rationale +<Summary of main points of Design> + +## Design +<Main content goes here> + +## Checklist +* Item 1 +* Item 2 +* Item 3 + +## User Story +As a developer on OpenShift-Ansible, +I want ... +so that ... + +## Acceptance Criteria +* Verify that ... +* Verify that ... +* Verify that ... + +## References +* Link +* Link +* Link |