From a4c3f3318e38e0e20f842a9842c5a57f6a918030 Mon Sep 17 00:00:00 2001 From: taieeuu Date: Sun, 20 Oct 2024 19:55:47 +0800 Subject: [PATCH 1/3] Fix CONTRIBUTING.md and update Signed-off-by: taieeuu --- CONTRIBUTING.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e085749b68..c32eeece20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,14 @@ # Contributing to Flyte -For information related to contributing to Flyte, please check out the [Contributing to Flyte](https://docs.flyte.org/en/latest/community/contribute.html) section of the documentation. +For information related to contributing to Flyte, please check out the [Contributing to Flyte](https://docs.flyte.org/en/latest/community/contribute/index.html) section of the documentation. + +## Recommendation Order (For Beginners) +* Setup dev environment +* Read the following and try to run 10 examples + * https://docs.flyte.org/en/latest/user_guide/introduction.html + * https://docs.flyte.org/en/latest/flytesnacks/userguide.html +* Finish reading the [Concepts](https://docs.flyte.org/en/latest/user_guide/concepts/main_concepts/index.html) +* Finish reading the [Control Plane](https://docs.flyte.org/en/latest/user_guide/concepts/control_plane/index.html) +* Finish reading the [Component Architecture](https://docs.flyte.org/en/latest/user_guide/concepts/component_architecture/index.html) +* Choose 2 good first issues from the following and start solving them with the knowledge you have read. +* Familiar with using DOCKERFILE to push images to localhost for development From a9d4603bcd2e3a941bdb69e9240900cb6342b912 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Wed, 23 Oct 2024 10:37:42 +0800 Subject: [PATCH 2/3] merge Signed-off-by: Future-Outlier --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c32eeece20..62daf171f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,12 @@ For information related to contributing to Flyte, please check out the [Contribu ## Recommendation Order (For Beginners) * Setup dev environment -* Read the following and try to run 10 examples - * https://docs.flyte.org/en/latest/user_guide/introduction.html - * https://docs.flyte.org/en/latest/flytesnacks/userguide.html +* Read the following and run at least 5 examples. Pay close attention to the generated outputs, the Graph view, task + logs, etc. Repeat with as many examples as you need to have an initial understanding of what an execution looks like: + * https://docs.flyte.org/en/latest/user_guide/introduction.html + * https://docs.flyte.org/en/latest/flytesnacks/userguide.html * Finish reading the [Concepts](https://docs.flyte.org/en/latest/user_guide/concepts/main_concepts/index.html) * Finish reading the [Control Plane](https://docs.flyte.org/en/latest/user_guide/concepts/control_plane/index.html) * Finish reading the [Component Architecture](https://docs.flyte.org/en/latest/user_guide/concepts/component_architecture/index.html) * Choose 2 good first issues from the following and start solving them with the knowledge you have read. -* Familiar with using DOCKERFILE to push images to localhost for development +* Familiar with using [ImageSpec to push images to localhost for development](https://docs.flyte.org/en/latest/user_guide/customizing_dependencies/imagespec.html#image-spec-example) From 4f54f1115f5420372f0848f9a1038fd9238b9db7 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Wed, 23 Oct 2024 10:39:22 +0800 Subject: [PATCH 3/3] mrege Signed-off-by: Future-Outlier --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 383e51788e..62daf171f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to Flyte -For information related to contributing to Flyte, please check out the [Contributing to Flyte](https://docs.flyte.org/en/latest/community/contribute/index/index.html) section of the documentation. +For information related to contributing to Flyte, please check out the [Contributing to Flyte](https://docs.flyte.org/en/latest/community/contribute/index.html) section of the documentation. ## Recommendation Order (For Beginners) * Setup dev environment