style: Fix typo in pull request template (#420)

This commit is contained in:
Edwin Kofler
2023-08-16 12:09:15 -07:00
committed by GitHub
parent c8fa5f1ebc
commit fd753c6c2e

View File

@@ -3,7 +3,7 @@
- [ ] Fork [the repository](https://github.com/todotxt/todo.txt-cli) and create your branch from `master`. - [ ] 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! - [ ] If you've added code that should be tested, add tests!
- [ ] Ensure the test suite passes. - [ ] 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. - [ ] 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. - [ ] 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. - [ ] Have a `fixes #XX` reference to the issue that this pull request fixes.