Skip to content

Commit

Permalink
chore: Fix missing word in PR template and make caps consistent (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainBadg3r authored and omritoptix committed Dec 17, 2023
1 parent 73e9327 commit b985f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
For Author:

- [ ] Targeted PR against correct branch
- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] Included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] Linked to Github issue with discussion and accepted design
- [ ] Targets only one github issue
- [ ] Wrote unit and integration tests
Expand All @@ -18,13 +18,13 @@ For Author:

For Reviewer:

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] Confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] Reviewers assigned
- [ ] confirmed all author checklist items have been addressed
- [ ] Confirmed all author checklist items have been addressed

---

After reviewer approval:

- [ ] In case targets main branch, PR should be squashed and merged.
- [ ] In case PR targets main branch, PR should be squashed and merged.
- [ ] In case PR targets a release branch, PR should be rebased.

0 comments on commit b985f25

Please sign in to comment.