Skip to content

Commit

Permalink
chore: add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
dankerow authored May 28, 2024
1 parent f798bce commit 208be53
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Type of change

<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. -->

- [ ] Documentation (updates to the documentation, readme or JSDoc annotations)
- [ ] Bug fix (a non-breaking change that fixes an issue)
- [ ] Enhancement (improving an existing functionality like performance)
- [ ] New feature (a non-breaking change that adds functionality)
- [ ] Chore (updates to the build process or auxiliary tools and libraries)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

### Description

<!-- Describe your changes in detail -->
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" -->

### Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [ ] My code follows the code style of the project *(using `pnpm lint` and `pnpm lint --fix`)*

0 comments on commit 208be53

Please sign in to comment.