SIG-UI 2023 Annual Report
This commit is contained in:
parent
aea3ba11fc
commit
3f95a0097e
|
@ -0,0 +1,39 @@
|
||||||
|
# Contributing Guidelines
|
||||||
|
|
||||||
|
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](../code-of-conduct.md). Here is an excerpt:
|
||||||
|
|
||||||
|
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
To learn more about the project, please read through the following documents:
|
||||||
|
|
||||||
|
- https://github.com/kubernetes/dashboard/tree/master/docs
|
||||||
|
- https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
|
||||||
|
|
||||||
|
All the contributions are done via GitHub.
|
||||||
|
More documentation on contributing can be found here:
|
||||||
|
|
||||||
|
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
|
||||||
|
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](https://git.k8s.io/community/contributors/guide#contributing)
|
||||||
|
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md) - Common resources for existing developers
|
||||||
|
|
||||||
|
### Create a patch
|
||||||
|
|
||||||
|
1. Submit an issue by describing your proposed change to the repo in question.
|
||||||
|
2. The repo owners will respond to your issue rapidly.
|
||||||
|
3. Fork the repo make your changes and test it.
|
||||||
|
4. Submit a pull request.
|
||||||
|
|
||||||
|
### Get through review process
|
||||||
|
|
||||||
|
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.
|
||||||
|
|
||||||
|
## Mentorship
|
||||||
|
|
||||||
|
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
|
||||||
|
|
||||||
|
## Contact Information
|
||||||
|
|
||||||
|
- [Slack channel](https://kubernetes.slack.com/messages/sig-ui)
|
||||||
|
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)
|
|
@ -21,14 +21,13 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
|
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
|
||||||
|
None
|
||||||
<!--
|
<!--
|
||||||
Examples include links to email, slides, or recordings.
|
Examples include links to email, slides, or recordings.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
||||||
|
- None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [Subprojects](https://git.k8s.io/community/sig-ui#subprojects)
|
## [Subprojects](https://git.k8s.io/community/sig-ui#subprojects)
|
||||||
|
@ -43,12 +42,12 @@
|
||||||
## Operational
|
## Operational
|
||||||
|
|
||||||
Operational tasks in [sig-governance.md]:
|
Operational tasks in [sig-governance.md]:
|
||||||
- [ ] [README.md] reviewed for accuracy and updated if needed
|
- [x] [README.md] reviewed for accuracy and updated if needed
|
||||||
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
||||||
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
||||||
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
||||||
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
|
||||||
- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
|
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
|
||||||
|
|
||||||
|
|
||||||
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md
|
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md
|
||||||
|
|
|
@ -9,7 +9,6 @@ SIG-UI covers GUI-related aspects of the Kubernetes project. Efforts are centere
|
||||||
#### Code, Binaries and Services
|
#### Code, Binaries and Services
|
||||||
|
|
||||||
- [Kubernetes Dashboard](https://github.com/kubernetes/dashboard)
|
- [Kubernetes Dashboard](https://github.com/kubernetes/dashboard)
|
||||||
- [Dashboard Metrics Scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper)
|
|
||||||
|
|
||||||
#### Cross-cutting and Externally Facing Processes
|
#### Cross-cutting and Externally Facing Processes
|
||||||
|
|
||||||
|
@ -36,4 +35,4 @@ SIG UI delegates subproject approval to Technical Leads. See [Subproject creatio
|
||||||
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
|
[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
|
[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
|
[Kubernetes/Dashboard]: https://github.com/kubernetes/dashboard
|
||||||
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md
|
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md
|
||||||
|
|
12
sigs.yaml
12
sigs.yaml
|
@ -3076,10 +3076,10 @@ sigs:
|
||||||
chairs:
|
chairs:
|
||||||
- github: floreks
|
- github: floreks
|
||||||
name: Sebastian Florek
|
name: Sebastian Florek
|
||||||
company: Kubermatic
|
company: Plural
|
||||||
- github: maciaszczykm
|
- github: maciaszczykm
|
||||||
name: Marcin Maciaszczyk
|
name: Marcin Maciaszczyk
|
||||||
company: Kubermatic
|
company: Plural
|
||||||
- github: shu-mutou
|
- github: shu-mutou
|
||||||
name: Shu Muto
|
name: Shu Muto
|
||||||
company: NEC
|
company: NEC
|
||||||
|
@ -3089,11 +3089,8 @@ sigs:
|
||||||
- github: jeefy
|
- github: jeefy
|
||||||
name: Jeffrey Sica
|
name: Jeffrey Sica
|
||||||
meetings:
|
meetings:
|
||||||
- description: Regular SIG Meeting
|
- description: SIG Meeting
|
||||||
day: Thursday
|
frequency: on demand
|
||||||
time: "09:00"
|
|
||||||
tz: PT (Pacific Time)
|
|
||||||
frequency: bi-weekly
|
|
||||||
url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
|
url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
|
||||||
archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
|
archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
|
||||||
recordings_url: https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm
|
recordings_url: https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm
|
||||||
|
@ -3106,7 +3103,6 @@ sigs:
|
||||||
subprojects:
|
subprojects:
|
||||||
- name: dashboard
|
- name: dashboard
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/dashboard-metrics-scraper/master/OWNERS
|
|
||||||
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
|
||||||
- dir: sig-windows
|
- dir: sig-windows
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
Loading…
Reference in New Issue