diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 137d02e8..d86b9959 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,13 @@ The contributor's guide: * and [describes](https://www.kubeflow.org/docs/about/contributing/#owners-files-and-pr-workflow) the pull request and review workflow in detail, including the OWNERS files and automated workflow tool +The [Kubeflow Community calendar](https://www.kubeflow.org/docs/about/community/#kubeflow-community-calendar) provides an overview of the community calls and specifically the bi-weekly Kubeflow Model Registry meeting. +
The remainder of this document focuses on technical aspects while contributing to the Model Registry project specifically. -Don't forget to reference the [Model Registry documentation](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links) that details: what is a Model Registry, how to Install, logical model Concepts, how the MR python client works, Tutorials, FAQs and most importantly the [Technical References](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links:~:text=FAQs-,Development,-introduction%20to%20local)! +The [Model Registry documentation](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links) provides details about: what is a Model Registry, how to Install, logical model Concepts, how the MR python client works, Tutorials, FAQs and most importantly the [Technical References](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links:~:text=FAQs-,Development,-introduction%20to%20local)! # Contributing to Model Registry using Apple-silicon/ARM-based computers diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..3ec3cb90 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,23 @@ +# Kubeflow Model Registry Roadmap + +## Overview + +The Kubeflow Model Registry project roadmap is tracked using [GitHub Milestones](https://github.com/kubeflow/model-registry/milestones), following the Kubeflow Release Team's request: this approach has been recommended in order to maintain a detailed view of all the items intended for upcoming Kubeflow releases, organized by "themes". The roadmap is continuously updated as we make progress towards a Kubeflow Release. + +## Current Roadmap + +The current roadmap and upcoming features are tracked in our [GitHub Milestones](https://github.com/kubeflow/model-registry/milestones). Each milestone tracks specific or future Kubeflow release and contains the planned features, enhancements, and bug fixes. For each milestone, a GitHub Issue is typically attached serving as a Tracker record to provide additional details. + +## Past Roadmaps + +- Model Registry in Kubeflow 1.10 + - [Milestone](https://github.com/kubeflow/model-registry/milestone/1) + - [Tracker for details](https://github.com/kubeflow/model-registry/issues/175) +- Model Registry in Kubeflow 1.9 + - [Tracker for details](https://github.com/kubeflow/model-registry/issues/3) + +## See also + +For more information about contributing to this project including the roadmap, refer to our [CONTRIBUTING.md](./CONTRIBUTING.md) file. + +For more information about the release process, refer to our [RELEASE.md](./RELEASE.md) file.