Skip to content

Commit

Permalink
Merge pull request pact-foundation#213 from alotofnoodles/fix-typo
Browse files Browse the repository at this point in the history
docs(contributing): fix typo
  • Loading branch information
mefellows authored Apr 23, 2020
2 parents 090c4b9 + bdcc44c commit 0a9ec9d
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 @@ -11,7 +11,7 @@ Please provide the following information with your issue to enable us to respond

1. Fork it
2. Create your feature branch (`git checkout -b feat/my-new-feature`)
3. Commit your changes. **Please use the contentional changelog format for [sematic commit messages](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)** (`git commit -am 'feat(some new feat): add a thing'`)
3. Commit your changes. **Please use the conventional changelog format for [semantic commit messages](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)** (`git commit -am 'feat(some new feat): add a thing'`)
4. Push to the branch (`git push origin feat/my-new-feature`)
5. Create new Pull Request

Expand Down

0 comments on commit 0a9ec9d

Please sign in to comment.