Skip to content

Commit

Permalink
fix bad links
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottj1s committed Jan 11, 2024
1 parent 96d825b commit 51cd26e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/contribution_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ have one).
from upstream. They also enable you to create multiple PRs from the same
fork.
4. Make and commit your changes.
* Please follow our [Commit Messages](contribution_workflow.md#Commit-Messages)
* Please follow our [Commit Messages](#Commit-Messages)
guidance.
5. Add [new tests](developer_guide.md#Testing) corresponding to your change, if applicable.
5. Add new tests corresponding to your change, if applicable.
6. Build the repository with your changes.
* Make sure that the builds are clean.
* Make sure that the [tests](developer_guide.md#Testing) are all passing, including your new
tests.
* Make sure that the tests are all passing, including your new tests.
7. Create a pull request (PR) against the upstream repository's main branch.
* Push your changes to your fork on GitHub (if you haven't already).
- Note: It is okay for your PR to include a large number of commits. Once
Expand Down

0 comments on commit 51cd26e

Please sign in to comment.