Skip to content

Commit c676da0

Browse files
committed
chore: add pr template
1 parent ca994c3 commit c676da0

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Proposed change
2+
3+
## Type of change
4+
5+
- [ ] Dependency upgrade
6+
- [ ] Bugfix (non-breaking change which fixes an issue)
7+
- [ ] New feature (which adds functionality to an existing integration)
8+
- [ ] Breaking change (fix/feature causing existing functionality to break)
9+
- [ ] Code quality improvements to existing code or addition of tests
10+
- [ ] Chore (tool changes, configuration changes, and changes to things that do not actually go into production at all)
11+
12+
## Implementation
13+
14+
## Additional information
15+
16+
- This PR fixes or closes issue: fixes #
17+
- This PR is related to issue:
18+
19+
## Checklist
20+
21+
- [ ] The code change is tested and works locally.
22+
- [ ] There is no commented-out code in this PR.

0 commit comments

Comments
 (0)