From 1d7dbfe2cb2491e291addf9d237bea683a047bb6 Mon Sep 17 00:00:00 2001 From: "Soumya D. Sanyal" Date: Thu, 1 Feb 2024 13:37:40 -0500 Subject: [PATCH] docs: update CONTRIBUTING.md with an example of self-assigning an issue. (#1506) Closes #1505. --------- Co-authored-by: David Li --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06401e4e2f..df0fc2de8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -278,6 +278,7 @@ Before opening a pull request: 1. Please check if there is a corresponding issue (_and if not, please make one_). 2. Assign the issue to yourself by commenting "take" in the issue. + (_Here's an [example](https://github.com/apache/arrow-adbc/issues/1505#issuecomment-1920134722)._) 3. At the bottom of the PR description, add `Closes #NNNN` where `NNNN` is the issue number, so that the issue gets linked to your PR properly. ("Fixes" and other keywords that GitHub recognizes are also OK, of course.)