Skip to content

Commit

Permalink
docs: Update CONTRIBUTING.md with user instructions for self-assignin…
Browse files Browse the repository at this point in the history
…g issue.
  • Loading branch information
soumyadsanyal committed Jan 31, 2024
1 parent fb8f938 commit b458155
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ $ cargo test

## Opening a Pull Request

Before opening a pull request:

1. please check if there is a corresponding issue (_and if not, please make one_), and
2. assign the issue to yourself by commenting "take" in the issue.

Before opening a pull request, please run the static checks, which are
enforced via [`pre-commit`](https://pre-commit.com/). This will run
linters, formatters, and other analysis. For example:
Expand Down

0 comments on commit b458155

Please sign in to comment.