This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 7cbbd3ee95 MINOR: [Docs] add note about how comment bot assigns users
(#36362)
7cbbd3ee95 is described below
commit 7cbbd3ee95bc0f7d20bb358e2978e2eb18a05304
Author: Anja Kefala <[email protected]>
AuthorDate: Sun Aug 6 20:55:25 2023 -0700
MINOR: [Docs] add note about how comment bot assigns users (#36362)
### Rationale for this change
Each time I wanted to use it, I had to look up the syntax in the github
workflows. Most new users wouldn't know about it existing.
https://github.com/apache/arrow/blob/e5de6a59f410a3255cc84138b44fc5802b627afc/.github/workflows/comment_bot.yml#L182
### What changes are included in this PR?
Doc addition of text teaching about "take".
### Are there any user-facing changes?
Nope
Authored-by: anjakefala <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/developers/guide/step_by_step/finding_issues.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/developers/guide/step_by_step/finding_issues.rst
b/docs/source/developers/guide/step_by_step/finding_issues.rst
index 89c5a81b73..a3af1640a3 100644
--- a/docs/source/developers/guide/step_by_step/finding_issues.rst
+++ b/docs/source/developers/guide/step_by_step/finding_issues.rst
@@ -69,6 +69,7 @@ in the comments.
When you find a GitHub issue you would like to work on, please mention
your interest in the comment section of that issue; that way we will know
you are working on it.
+ Consider assigning yourself to the issue (:ref:`issue-assignment`) when the
work starts.
Also, do not hesitate to ask questions in the comment. You can get some
pointers about where to start and similar issues already solved.