From e2b1ff2cc04bceabf27cf5acde0f33d4902cc7b1 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 12 Dec 2023 03:44:40 -0800 Subject: [PATCH] Update contribution guide (#4501) * Update contribution guide Signed-off-by: Kevin Su * nit Signed-off-by: Kevin Su --------- Signed-off-by: Kevin Su --- rsts/community/contribute.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rsts/community/contribute.rst b/rsts/community/contribute.rst index 3a92b9e93b..b34416ff4b 100644 --- a/rsts/community/contribute.rst +++ b/rsts/community/contribute.rst @@ -18,6 +18,11 @@ TL;DR: Find the repo-specific contribution guidelines in the `Component Referenc An issue tagged with `good first issue `__ is the best place to start for first-time contributors. +To assign an issue to yourself, comment ``#self-assign`` or ``#take``. + +.. figure:: https://raw.githubusercontent.com/flyteorg/static-resources/main/flyte/contribution_guide/self-assign.png + :alt: self-assign + **Appetizer for every repo: Fork and clone the concerned repository. Create a new branch on your fork and make the required changes. Create a pull request once your work is ready for review.** .. note::