Skip to content

Commit

Permalink
refactor: change options
Browse files Browse the repository at this point in the history
  • Loading branch information
wflore19 committed Oct 3, 2024
1 parent 3fb39a0 commit 03a18b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Description ✏️

Closes #xxx
Resolves issue #xxx

Describe what this PR does.

Expand All @@ -9,12 +9,12 @@ Describe what this PR does.

## Type of Change 🐞

- [ ] Feature - A non-breaking change which adds functionality.
- [ ] Fix - A non-breaking change which fixes an issue.
- [ ] Refactor - A change that neither fixes a bug nor adds a feature.
- [ ] Documentation - A change only to in-code or markdown documentation.
- [ ] Tests - A change that adds missing unit/integration tests.
- [ ] Chore - A change that is likely none of the above.
- [ ] Feature - Adds a feature.
- [ ] Fix - Fixes an bug.
- [ ] Refactor - Enhances existing code.
- [ ] Documentation - Adds inline or markdown documentation.
- [ ] Tests -Adds missing unit/integration tests.
- [ ] Chore - General repository upkeep or dependency updates.

## Checklist ✅

Expand Down

0 comments on commit 03a18b0

Please sign in to comment.