summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Sica <jeef111x@gmail.com>2018-10-18 12:56:39 -0400
committerJeffrey Sica <jeef111x@gmail.com>2018-10-18 13:00:48 -0400
commit0f2075fe7a3f7d3286cc20fcdcf9d7a256af9151 (patch)
treed813426f16b8d082d933f717c9a6c5ceedd220eb
parented09c0b8f9e1b29133949268a35361e7b248f398 (diff)
add wip sig-ui charter
-rw-r--r--sig-ui/charter.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/sig-ui/charter.md b/sig-ui/charter.md
new file mode 100644
index 00000000..7dbd6112
--- /dev/null
+++ b/sig-ui/charter.md
@@ -0,0 +1,44 @@
+# SIG UI Charter
+
+This charter is a WIP.
+
+This charter adheres to the conventions described in the [Kubernetes Charter README] and uses the Roles and Organization Management outlined in [sig-governance].
+
+## Scope
+
+SIG-UI covers all things user interface related within the Kubernetes project. Efforts are centered around the Kubernetes Dashboard: a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.
+
+### In scope
+
+ Link to SIG section in [sigs.yaml]
+
+#### Code, Binaries and Services
+
+- Kubernetes Dashboard
+
+#### Cross-cutting and Externally Facing Processes
+
+- Cutting a new release of the Dashboard
+
+### Out of Scope
+
+Tools that contributors use in support of the project (eg. Prow, Test Grid)
+
+## Roles and Organization Management
+
+This sig follows adheres to the Roles and Organization Management outlined in [sig-governance] and opts-in to updates and modifications to [sig-governance].
+
+### Deviations from [sig-governance]
+
+SIG UI governance is structured according to the [ROLES.md] document within the [Kubernetes/Dashboard] repo
+
+### Subproject Creation
+
+SIG UI delegates subproject approval to Technical Leads. See [Subproject creation - Option 1].
+
+[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md
+[sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml
+[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
+[Subproject creation - Option 1]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md#subproject-creation
+[Kubernetes/Dashboard]: https://github.com/kubernetes/dashboard
+[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md \ No newline at end of file