From 0f4843b97d4e40e86e87deab6bb36a14f91cd64b Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Fri, 27 Jan 2017 11:43:03 -0800 Subject: Contributing instructions for sig-cli --- contributors/design-proposals/sig-cli/template.md | 38 +++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 contributors/design-proposals/sig-cli/template.md (limited to 'contributors') 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 @@ +# + +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> + -- cgit v1.2.3