diff options
| author | Phillip Wittrock <pwittroc@google.com> | 2017-01-27 11:43:03 -0800 |
|---|---|---|
| committer | Phillip Wittrock <pwittroc@google.com> | 2017-01-31 11:39:06 -0800 |
| commit | 0f4843b97d4e40e86e87deab6bb36a14f91cd64b (patch) | |
| tree | 202dbbb34cddb1c689f8764cabbd228c1ece4489 /contributors | |
| parent | b5b68943d2574f6709ef39ab3d80ffd8aa892093 (diff) | |
Contributing instructions for sig-cli
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/design-proposals/sig-cli/template.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contributors/design-proposals/sig-cli/template.md b/contributors/design-proposals/sig-cli/template.md new file mode 100644 index 00000000..ccfcbcf3 --- /dev/null +++ b/contributors/design-proposals/sig-cli/template.md @@ -0,0 +1,38 @@ +# <Title> + +Status: Pending + +Version: Alpha | Beta | GA + +Assignee: <github handle> + +## Motivation + +<2-6 sentences about why this is needed> + +## Proposal + +<4-6 description of the proposed solution> + +## User Experience + +### Use Cases + +<enumerated list of use cases for this feature> + +<in depth description of user experience> + +<*include full examples*> + +## Implementation + +<in depth description of how the feature will be implemented. in some cases this may be very simple.> + +### Client/Server Backwards/Forwards compatibility + +<define behavior when using a kubectl client with an older or newer version of the apiserver (+-1 version)> + +## Alternatives considered + +<short description of alternative solutions to be considered> + |
