Skip to content

Commit

Permalink
Update pull request section of CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 10, 2023
1 parent 7f1f760 commit 4957949
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 @@ -22,7 +22,7 @@ Once your content is done, please open a pull request against this repo with you

Please use a separate "topic branch" based off of the latest `main` branch for your change. If you are working on multiple changes, please use separate branches for each. This helps to avoid accidentally pushing changes to your pull request. We request that you create a good commit message as laid out in ["How to Write a Git Commit Message"](http://chris.beams.io/posts/git-commit/).

Each pull request should be for a single logical change. If the pull request contains multiple commits, we'll ask you to squash them into a single commit before we merge. Steve Klabnik wrote a handy guide for that: [How to squash commits in a GitHub pull request](http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request).
Each pull request should be for a single logical change. If the pull request contains multiple commits, we'll squash them into a single commit when we merge. In that case, please make sure the first comment on your PR is the content we should use as the final commit message.

## On writing good documentation

Expand Down

0 comments on commit 4957949

Please sign in to comment.