Skip to content

Commit

Permalink
docs: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 20, 2024
1 parent df86f14 commit 26a903f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ $ git rebase upstream/develop

Tests should accompany **all** bug fixes and features. For guidance on how to write tests, consult existing tests within the project.

**Before** submitting a [pull request][github-pull-request] to the `upstream` repository, ensure that all tests pass, including linting. If [Git][git] hooks have been enabled,
**Before** submitting a [pull request][github-pull-request] to the `upstream` repository, ensure that all tests pass, including linting. To run tests locally, consult the guidance [below](#writing-tests).

If [Git][git] hooks have been enabled,

<!-- run-disable -->

Expand Down

0 comments on commit 26a903f

Please sign in to comment.