Skip to content

Commit df12f52

Browse files
docs(pull_request_template): Correct typos
Replace "script" with the current name of the directory, "scripts."
1 parent a9e5a4c commit df12f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please fill in the following content to let us know better about this change.
1010
## Checklist
1111

1212
- [ ] Add test cases to all the changes you introduce
13-
- [ ] Run `./script/format` and `./script/test` locally to ensure this change passes linter check and test
13+
- [ ] Run `./scripts/format` and `./scripts/test` locally to ensure this change passes linter check and test
1414
- [ ] Test the changes on the local machine manually
1515
- [ ] Update the documentation for the changes
1616

0 commit comments

Comments
 (0)