From 73a8c7f648a50abf2305a0d5ed7b7c844bc35281 Mon Sep 17 00:00:00 2001 From: "Soumya D. Sanyal" Date: Wed, 31 Jan 2024 18:34:28 -0500 Subject: [PATCH] docs: update CONTRIBUTING.md with an example of self-assigning an issue. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06401e4e2f..72cfa7d9b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -277,7 +277,7 @@ $ cargo test 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. +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.)