Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md to fix melos command (#434)
Browse files Browse the repository at this point in the history
## What does this change?

Minor tweak to PULL_REQUEST_TEMPLATE to fix melos command. The old
command doesn't exist, and this one seems to do what was intended.
  • Loading branch information
bramp authored Oct 17, 2023
1 parent 390e1a6 commit 32f974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Please delete options that are not relevant.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests (`melos run unit:test`)
- [ ] Ensure the tests (`melos run test`)
- [ ] Ensure the analyzer and formatter pass (`melos run format` to automatically apply formatting)
- [ ] Appropriate docs were updated (if necessary)

0 comments on commit 32f974e

Please sign in to comment.