From 6ef15cfdfbc2b17b09608a0092b827bc1165f20f Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 22 Dec 2024 20:33:35 -0500 Subject: [PATCH] fix: typo in PR template (#990) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4638e74960..f559068252 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,9 +12,9 @@ ### Pre-flight Checklist -- [ ] Changes are limited to a single feature, bugfix or chore (split larger changes into seperate PRs) +- [ ] Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs) - [ ] Tests are passing (`npm test`) and code is formatted and linted (`npm run format && npm run lint`) -- [ ] I have reviewed [contributor guidelines](https://github.com/cline/cline/blob/main/CONTRIBUTOR.md) +- [ ] I have reviewed [contributor guidelines](https://github.com/cline/cline/blob/main/CONTRIBUTING.md) ### Screenshots