This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 1d7dbfe2 docs: update CONTRIBUTING.md with an example of
self-assigning an issue. (#1506)
1d7dbfe2 is described below
commit 1d7dbfe2cb2491e291addf9d237bea683a047bb6
Author: Soumya D. Sanyal <[email protected]>
AuthorDate: Thu Feb 1 13:37:40 2024 -0500
docs: update CONTRIBUTING.md with an example of self-assigning an issue.
(#1506)
Closes #1505.
---------
Co-authored-by: David Li <[email protected]>
---
CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 06401e4e..df0fc2de 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.)