Skip to content

Commit d329646

Browse files
Updated template with team's suggestions
1 parent 8c58d13 commit d329646

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,21 @@ SDK-XXXX -- <TITLE>.
77
## Motivation
88
<!-- Why are you making this change? If it's for fixing a bug, if possible, please include a code snippet or example project that demonstrates the issue. -->
99

10+
## Type Of Change
11+
<!-- Please delete options that are not relevant -->
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] This change requires a documentation update
16+
1017
## Testing Instructions
1118
<!-- Testing instructions, example code snippets, etc -->
19+
20+
21+
<!-- Checklist -->
22+
<!-- My code follows the style guidelines of this project -->
23+
<!-- I have performed a self-review of my code -->
24+
<!-- I have commented my code, particularly in hard-to-understand areas -->
25+
<!-- I have made corresponding changes to the documentation -->
26+
<!-- I have added tests that prove my fix is effective or that my feature works -->
27+
<!-- New and existing unit tests pass locally with my changes -->

0 commit comments

Comments
 (0)