Merge pull request #2480 from castrojo/add-contributor-site
Add contributor site to sigs.yaml
This commit is contained in:
commit
47fe012ec9
|
@ -50,9 +50,10 @@ The following subprojects are owned by sig-contributor-experience:
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
||||||
- **contributors-guide**
|
- **contributors-documentation**
|
||||||
- Owners:
|
- Owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/contributor-site/master/OWNERS
|
||||||
- **devstats**
|
- **devstats**
|
||||||
- Owners:
|
- Owners:
|
||||||
- Phillels
|
- Phillels
|
||||||
|
|
|
@ -818,9 +818,10 @@ sigs:
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
||||||
- name: contributors-guide
|
- name: contributors-documentation
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/contributor-site/master/OWNERS
|
||||||
- name: devstats
|
- name: devstats
|
||||||
owners:
|
owners:
|
||||||
- Phillels
|
- Phillels
|
||||||
|
|
Loading…
Reference in New Issue