summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-06-11 08:44:18 -0700
committerGitHub <noreply@github.com>2019-06-11 08:44:18 -0700
commitbdf872a799fe894c127e72e64f953fae4d2bb830 (patch)
tree8f976f8c695e270fa3ab97763784b350bcfe34e9
parent6b6ba46a678e1d7afb424e52ef6d3e0d69458d5c (diff)
parent6efba4b294c482ecd478d668ad8d34449b95ebd6 (diff)
Merge pull request #3789 from spiffxp/add-k-funding-to-sigs-yaml
Add kubernetes/funding subproject to committee-steering
-rw-r--r--committee-steering/README.md4
-rw-r--r--sigs.yaml4
2 files changed, 8 insertions, 0 deletions
diff --git a/committee-steering/README.md b/committee-steering/README.md
index 3b527b37..c78e8943 100644
--- a/committee-steering/README.md
+++ b/committee-steering/README.md
@@ -39,6 +39,10 @@ The [charter](https://git.k8s.io/steering/charter.md) defines the scope and gove
## Subprojects
The following subprojects are owned by the Steering Committee:
+- **funding**
+ - Description: Funding requests for project infrastructure, events, and consulting
+ - Owners:
+ - https://raw.githubusercontent.com/kubernetes/funding/master/OWNERS
- **kubernetes-template-project**
- Description: Template for starting new projects in the GitHub organizations owned by Kubernetes.
- Owners:
diff --git a/sigs.yaml b/sigs.yaml
index 6dd604c7..f8df4fcb 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -2850,6 +2850,10 @@ committees:
- name: steering-committee
description: General Discussion
subprojects:
+ - name: funding
+ description: Funding requests for project infrastructure, events, and consulting
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/funding/master/OWNERS
- name: kubernetes-template-project
description: Template for starting new projects in the GitHub organizations owned
by Kubernetes.