Skip to content

Commit

Permalink
Docs: Fix typo and use heading for ho-dev#9 (ho-dev#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcr authored Sep 7, 2024
1 parent bf3b7bd commit f3c9f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ git pull upstream master --ff-only

*When you want to update the feature branch with changes in master after you created the branch, check the section on [updating a PR](#update-your-pull-request)*

Before submitting your changes for review, make sure to pull latest vesrion of master and check that HO builds with your changes.
Before submitting your changes for review, make sure to pull latest version of master and check that HO builds with your changes.
Once your changes are ready to be submitted, make sure to push your changes to GitHub before creating a pull request.
You will most likely be asked to make additional changes before it is finally ready to merge.
However, once it's ready, we will merge it, and you will have successfully contributed to the codebase!
Expand Down Expand Up @@ -165,7 +165,7 @@ After the feature branch has been update locally, you can now update your pull r

```git push origin shiny-new-feature```

9. Delete your merged branch (optional)
### 9. Delete your merged branch (optional)

Once your feature branch is accepted into upstream, you’ll probably want to get rid of the branch. First, merge upstream master into your branch so git knows it is safe to delete your branch:

Expand Down

0 comments on commit f3c9f9c

Please sign in to comment.