Skip to content

Commit 143ae44

Browse files
committed
Create a pull request template
1 parent 0434b07 commit 143ae44

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Issue/Feature
2+
<!--
3+
Describe the issue/feature resolved by this PR.
4+
If a new feature, explain why this should be included in the core library.
5+
-->
6+
7+
### Related Issues
8+
<!-- Link to any related issues here. -->
9+
10+
### Solution
11+
<!-- Describe the solution provided in this PR. -->
12+
13+
### Reproduction/Testing
14+
<!--
15+
Describe the steps to test for the issue to confirm that this PR resolves it.
16+
Or, if this is a new feature, how to test the new feature.
17+
-->
18+
19+
### Breaking Changes
20+
<!-- Describe any breaking changes that this introduces and the migration path for existing applications. -->
21+
N/A

0 commit comments

Comments
 (0)