Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md with an example of self-assigning an issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadsanyal committed Feb 1, 2024
1 parent d6694a2 commit 73a8c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 73a8c7f

Please sign in to comment.