Skip to content

Commit 312d5bc

Browse files
committed
EXTRA: Fix minor issue in PULL_REQUEST_TEMPLATE
1 parent eabb708 commit 312d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Pull Request checklist ###
22
<!-- Before submitting the PR, please address each item -->
33
- [ ] **Quality**: Make sure this PR builds and runs cleanly.
4-
- Inside the `glean/folder`, run:
4+
- Inside the `glean/` folder, run:
55
- `npm run test` Runs _all_ tests
66
- `npm run lint && npm run lint:circular-deps` Runs _all_ linters
77
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not

0 commit comments

Comments
 (0)