From f200b3a59b2fd00c111019c483c052ab227451fd Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Tue, 15 Aug 2023 20:17:53 -0700 Subject: [PATCH] style: Fix typo in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 114b94a7..68e6fd3d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ - [ ] Fork [the repository](https://github.com/todotxt/todo.txt-cli) and create your branch from `master`. - [ ] If you've added code that should be tested, add tests! - [ ] Ensure the test suite passes. -- [ ] Format your code with [ShellCheck](https://www.shellcheck.net/). +- [ ] Lint your code with [ShellCheck](https://www.shellcheck.net/). - [ ] Include a human-readable description of what the pull request is trying to accomplish. - [ ] Steps for the reviewer(s) on how they can manually QA the changes. - [ ] Have a `fixes #XX` reference to the issue that this pull request fixes.