From b1e8ffb31c242a989efe17c0e11666c8fd6bf2fa Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Thu, 27 Feb 2025 23:40:47 -0500 Subject: [PATCH 1/2] Add information on KEPs Signed-off-by: Anish Asthana --- proposals/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 proposals/README.md diff --git a/proposals/README.md b/proposals/README.md new file mode 100644 index 00000000..4f891659 --- /dev/null +++ b/proposals/README.md @@ -0,0 +1,6 @@ +# Proposals + +Kubeflow uses the KEP process to document large scale changes to the project. + +Details on the process (including the KEP template, recommendations, etc.) can be found at +[kubeflow/community/proposals](https://github.com/kubeflow/community/blob/master/proposals/README.md) From ab87adf51c1c5bd7add6ffd2d6644734e06e2df7 Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Fri, 28 Feb 2025 00:12:05 -0500 Subject: [PATCH 2/2] Fix lint errors Signed-off-by: Anish Asthana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98f75e8..3959b109 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Connect with _other users_ and the [Notebooks Working Group](https://github.com/ ## Contributing > ⚠️ __Note__ ⚠️ -> +> > We are currently moving the Kubeflow Notebooks codebase from [`kubeflow/kubeflow`](https://github.com/kubeflow/kubeflow) to this repository ([`kubeflow/notebooks`](https://github.com/kubeflow/notebooks)). > For now, please continue to make contributions by raising PRs on `kubeflow/kubeflow`.