Skip to content

Commit

Permalink
Merge pull request #1118 from rubemfsv/rubemfsv-fix-typos-contributing
Browse files Browse the repository at this point in the history
[DOCS] Fix typos in CONTRIBUTING.md
  • Loading branch information
YOU54F authored Oct 6, 2023
2 parents 9bb0d10 + 6311f13 commit eec9d89
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

We love contributors! Pact-js is maintained and contrbuted to by developers just like you.
We love contributors! Pact-js is maintained and contributed to by developers just like you.

We have a development channel in the pact-foundation [slack] (`#pact-js-development`).

Expand All @@ -17,9 +17,9 @@ Please provide the following information with your issue to enable us to respond

## Key Branches

* `master` - this is the current main version supporting the 11.x.x release line. Most investment will be here, including major new features, enhancements, bug fixes, security patches etc.
* `master` - this is the current main version supporting the 11.x.x release line. Most investment will be here, including major new features, enhancements, bug fixes, security patches, etc.
* `9.x.x` - this is the previous major version supporting the 9.x.x release line. Critical security patches and bug fixes will be provided as a priority.
* There is no tracking or release branch for 10.x.x at this stage. Most users can be encouraged to jump straight to 11.x.x noting the single breaking change (see the migration guide)
* There is no tracking or release branch for 10.x.x at this stage. Most users can be encouraged to jump straight to 11.x.x noting the single breaking change (see the migration guide).

## I want to contribute code but don't know where to start

Expand Down Expand Up @@ -79,10 +79,10 @@ The recommended approach is to configure Prettier to format on save in your edit

## Pull requests

- Please write tests for any changes
- Please follow existing code style and conventions
- Please separate unrelated changes into multiple pull requests
- For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change
- Please write tests for any changes.
- Please follow existing code style and conventions.
- Please separate unrelated changes into multiple pull requests.
- For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.

[stackoverflow]: https://stackoverflow.com/questions/tagged/pact
[examples]: https://github.com/pact-foundation/pact-js/tree/master/examples
Expand Down

0 comments on commit eec9d89

Please sign in to comment.