2019-03-13 17:00:30 +01:00
### Pull Request Checklist
2021-09-14 15:56:04 +02:00
<!--
Please read [CONTRIBUTING.md ](https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md ) before submitting your pull request
Depending on the Pull Request content, it can be acceptable if some of the following checkboxes stay unchecked.
-->
2019-03-13 17:00:30 +01:00
2020-08-03 17:29:07 +02:00
- [ ] Changes has been tested on an Android device or Android emulator with API 21
2019-03-13 17:00:30 +01:00
- [ ] UI change has been tested on both light and dark themes
2021-09-14 15:56:04 +02:00
- [ ] Accessibility has been taken into account. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#accessibility
2019-03-13 17:00:30 +01:00
- [ ] Pull request is based on the develop branch
2021-06-18 21:10:28 +02:00
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog
2019-03-13 17:00:30 +01:00
- [ ] Pull request includes screenshots or videos if containing UI changes
2021-10-15 10:27:22 +02:00
- [ ] Pull request includes a [sign off ](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off )
2021-09-14 15:56:04 +02:00
- [ ] You've made a self review of your PR
2021-10-15 10:27:22 +02:00
- [ ] If you have modified the screen flow, or added new screens to the application, you have updated the test [UiAllScreensSanityTest.allScreensTest() ](https://github.com/vector-im/element-android/blob/main/vector/src/androidTest/java/im/vector/app/ui/UiAllScreensSanityTest.kt#L73 )