kubeflow / community

Information about the Kubeflow community including proposals and governance information.
Apache License 2.0
159 stars 220 forks source link

Add Kubeflow release related documentation to the community repo #531

Closed annajung closed 2 years ago

annajung commented 2 years ago

Based on the 1.4 release retrospective discussion, the 1.4 release team would like to propose that all release-related documentation be moved to the community repo and be managed by the release team members.

Currently, release-related documentations are located in the manifest/docs. During the 1.4 retro, the release team discussed that location of the docs are not very transparent to the community and that release related docs should be part of the community repo in addition to instructions for release blog posts and slide presentation

On behalf of the release team, I like to propose the following structure to be added to the community repo.

community
- releases
  - handbook.md
  - OWNERS
  - README.md
  - release-1.4
    - README.md
    - release-team.md
  - release-1.5
    - README.md
    - release-team.md
  - release-x.x
    - README.md
    - release-team.md
  - retrospectives
    - release-1.3.md
    - release-1.4.md
    - release-x.x.md
annajung commented 2 years ago

cc @Bobgy @james-jwu @theadactyl @kimwnasptd

theadactyl commented 2 years ago

/lgtm

james-jwu commented 2 years ago

/lgtm

thesuperzapper commented 2 years ago

@annajung are you planning to make a PR?

annajung commented 2 years ago

Thanks for the reminder @thesuperzapper Since there is no opposition to the proposal, I went ahead and created a pull request https://github.com/kubeflow/community/pull/536 to move the release-related docs to the community repo. Please review when you can. Thanks!

shannonbradshaw commented 2 years ago

Thanks, @annajung !

annajung commented 2 years ago

PR merged https://github.com/kubeflow/community/pull/536, closing the issue! thanks everyone