Skip to content

Commit

Permalink
ci: Fix typo in Pull Request template (#355)
Browse files Browse the repository at this point in the history
This drives me nuts every time :)

Signed-off-by: Zachary Newman <[email protected]>
  • Loading branch information
znewman01 authored Aug 5, 2022
1 parent 8124e8a commit 8b2d2ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Release Notes: <!-- What comments/remarks should we include in the release notes

**Types of changes**:
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

**Description of the changes being introduced by the pull request**:

Expand Down

0 comments on commit 8b2d2ab

Please sign in to comment.