summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/sig-cli/template.md38
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>
+