Skip to content

Commit

Permalink
fix: typo in PR template (cline#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 23, 2024
1 parent c94ee5e commit 6ef15cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
### Pre-flight Checklist
<!-- Put an 'x' in all boxes that apply -->

- [ ] 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
<!-- For UI changes, add screenshots here -->
Expand Down

0 comments on commit 6ef15cf

Please sign in to comment.