Skip to content

Commit

Permalink
Update the PR template to respect prettier v2 (#6422)
Browse files Browse the repository at this point in the history
* update pr template

* change wording
  • Loading branch information
VIKTORVAV99 committed Jan 31, 2024
1 parent 73e88ef commit 3498f0d
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 @@ -13,4 +13,4 @@
### Double check

- [ ] I have tested my parser changes locally with `poetry run test_parser "zone_key"`
- [ ] I have run `pnpx prettier --write .` and `poetry run format` to format my changes.
- [ ] I have run `pnpx prettier@2 --write .` and `poetry run format` in the top level directory to format my changes.

0 comments on commit 3498f0d

Please sign in to comment.