Skip to content

Commit 6d92196

Browse files
authored
Create pull_request_template.md
1 parent 2f856a7 commit 6d92196

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/pull_request_template.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### Issue Number
2+
<!-- Which issue does this PR address? E.g. "Resolves #123" -->
3+
* Resolves #
4+
5+
### Purpose
6+
<!-- What is the purpose of this PR? Why is it needed? -->
7+
*
8+
9+
### Technical Details
10+
<!-- Are there any key aspects of the implementation to highlight? -->
11+
*
12+
13+
### Testing Instructions
14+
<!-- How can the reviewer verify the functionality or fix introduced by this PR? Please provide steps. -->
15+
*
16+
17+
### Regression Tests
18+
<!-- Did you verify that your changes didn't break existing functionality? -->
19+
- [ ] I tested my changes on Android 15 (API 35)
20+
- [ ] I tested my changes on Android 14 (API 34)
21+
- [ ] I tested my changes on Android 13 (API 33)
22+
- [ ] I tested my changes on Android 12L (API 32)
23+
- [ ] I tested my changes on Android 12 (API 31)
24+
- [ ] I tested my changes on Android 11 (API 30)
25+
- [ ] I tested my changes on Android 10 (API 29)
26+
- [ ] I tested my changes on Android 9 (API 28)
27+
- [ ] I tested my changes on Android 8.1 (API 27)
28+
- [ ] I tested my changes on Android 8.0 (API 26)
29+
30+
### Screenshots
31+
<!-- If this PR affects the UI, please include before/after screenshots demonstrating the change(s). -->
32+
*

0 commit comments

Comments
 (0)