Skip to content

Commit 1c39f60

Browse files
authored
chore(typo): address typo in the PR template (#5058)
1 parent 2d5f1a6 commit 1c39f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33
### Before submitting the PR, please make sure you do the following
4-
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases features are absent for a reason.
4+
- [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases, features are absent for a reason.
55
- [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them.
66
- [ ] Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to `npm run lint`!)
77
### Tests
8-
- [ ] Run the tests tests with `npm test` or `yarn test`)
8+
- [ ] Run the tests with `npm test` or `yarn test`)

0 commit comments

Comments
 (0)