From 6e9916d31376ccfa279395c20c78bac132e87e5d Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Fri, 14 Feb 2025 12:40:38 -0500 Subject: [PATCH] Add information about KEP process 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 000000000..4f8916597 --- /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)