Skip to content

Commit

Permalink
ci: updated PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmoraes committed Aug 27, 2022
1 parent 23b25eb commit 783501d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

<!-- describe here the changes introduced -->

## Non-breaking

- [ ] `feat` - adds functionality for the user
Expand All @@ -12,10 +14,9 @@

## Breaking

- [ ] `feat!` - adds functionality for the user, but changes existing functionality
- [ ] `feat!` - adds functionality for the user, but changes existing
functionality
- [ ] `fix!` - fixes an issue for the user, but changes existing functionality
- [ ] `refactor!` - changes that replaces existing functionality, eg. changing
the arity of a function
- [ ] `chore!` - updating yarn/lerna scripts, etc

## Changelog

{{changelog}}

0 comments on commit 783501d

Please sign in to comment.