Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fixes typo in contributing doc
  • Loading branch information
Piinks authored Jul 31, 2023
1 parent e4d3645 commit b640dc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ This repository uses [conventional commits](https://www.conventionalcommits.org/
## Pull Requests
As mentioned above, all pull requests should target `dev`.

Before opening your pull request, please ensure that the following
following requirements are met:
Before opening your pull request, please ensure that the following requirements are met:
* You have run `flutter pub get` at the package level
* You have incremented the version number in `pubspec.yaml` properly
* You have updated the `CHANGELOG.md` file accordingly
Expand All @@ -38,4 +37,4 @@ A note for authorized maintainers: Pull requests should **always** be merged via

### Versioning

`macos_ui` uses semantic versioning. Please ensure your updates follow this method accordingly.
`macos_ui` uses semantic versioning. Please ensure your updates follow this method accordingly.

0 comments on commit b640dc3

Please sign in to comment.