update kubeflow dip-catalog

This commit is contained in:
ChanghoWoo
2025-01-13 02:31:27 +00:00
parent 1dc1181a03
commit 5451f16d72
1959 changed files with 602337 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
## Proposals
If you wish to add a larger feature or make a major refactor to Manifests we encourage folks to write up a proposal document.
Though our process is not formal, the convention is to create a PR against Manifests with your proposal as markdown in the
proposals folder. Proposal reviews and feedback will happen on the PR with the proposal.
```
manifests/proposals <- folder
YYYYMMDD-title.md <- file
```
In your proposal it is good to consider and include some of the following:
* Goals
* Non-Goals
* Does this break any existing functionality?
* Does this fix/solve any outstanding issues?