Skip to content

Commit

Permalink
feat(github): add a pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
szaaamerik authored Mar 25, 2024
1 parent dacb70b commit c5cf2d2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Pull request type

Please check the type of change your PR introduces:

- [ ] Update
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes

## Closed Issues

Closes: #xxxx

## What is the new behavior?

Please describe the behavior or changes that are being added by this PR.

-
-

## Other information

Any other information that is important to this PR such as screenshots of how the component looks before and after the change.

0 comments on commit c5cf2d2

Please sign in to comment.