kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.62k stars 1.63k forks source link

Add instructions for addition of samples to CONTRIBUTING.md #11264

Open hbelmiro opened 1 month ago

hbelmiro commented 1 month ago

Only add samples that showcase Kubeflow Pipelines features. Don't add samples just to showcase a specific algorithm.

Samples should be added to https://github.com/kubeflow/pipelines/tree/f4cdbeb9133a59764657a9ede80e32152d87e9c5/samples/v2. There should be a test for each new sample, which should be added to https://github.com/kubeflow/pipelines/blob/f4cdbeb9133a59764657a9ede80e32152d87e9c5/samples/v2/sample_test.py

For more information about how the tests are run, see https://github.com/kubeflow/pipelines/blob/f4cdbeb9133a59764657a9ede80e32152d87e9c5/.github/workflows/kfp-samples.yml.


Impacted by this bug? Give it a 👍.