Skip to content

Commit 7534359

Browse files
authored
Update pull_request_template.md
1 parent ef19237 commit 7534359

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/pull_request_template.md

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

17-
### Regression Testing
18-
<!-- Have you verified that previously developed software still performs as expected? -->
19-
- [ ] I have tested that the changes in this pull request didn't break any existing functionality
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)
2029

2130
### Screenshots
2231
<!-- If this PR affects the UI, please include before/after screenshots demonstrating the change(s). -->

0 commit comments

Comments
 (0)