Skip to content

Commit 86e0f46

Browse files
authored
Update pull_request_template.md
1 parent 6770b0f commit 86e0f46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
<!-- How can the reviewer verify the functionality or fix introduced by this PR? Please provide steps. -->
1515
*
1616

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+
1730
### Screenshots
1831
<!-- If this PR affects the UI, please include before/after screenshots demonstrating the change(s). -->
1932
*

0 commit comments

Comments
 (0)