mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
49 lines
1.7 KiB
Markdown
49 lines
1.7 KiB
Markdown
<!-- Please read [CONTRIBUTING.md](https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md) before submitting your pull request -->
|
|
|
|
## Type of change
|
|
|
|
- [ ] Feature
|
|
- [ ] Bugfix
|
|
- [ ] Technical
|
|
- [ ] Other :
|
|
|
|
## Content
|
|
|
|
<!-- Describe shortly what has been changed -->
|
|
|
|
## Motivation and context
|
|
|
|
<!-- Provide link to the corresponding issue if applicable or explain the context -->
|
|
|
|
## Screenshots / GIFs
|
|
|
|
<!-- Only if UI have been changed -->
|
|
|
|
## Tests
|
|
|
|
<!-- Explain how you tested your development -->
|
|
|
|
- Step 1
|
|
- Step 2
|
|
- Step ...
|
|
|
|
## Tested devices
|
|
|
|
- [ ] Physical
|
|
- [ ] Emulator
|
|
- OS version(s):
|
|
|
|
## Checklist
|
|
|
|
<!-- Depending on the Pull Request content, it can be acceptable if some of the following checkboxes stay unchecked. -->
|
|
|
|
- [ ] Changes has been tested on an Android device or Android emulator with API 21
|
|
- [ ] UI change has been tested on both light and dark themes
|
|
- [ ] Accessibility has been taken into account. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#accessibility
|
|
- [ ] Pull request is based on the develop branch
|
|
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog
|
|
- [ ] Pull request includes screenshots or videos if containing UI changes
|
|
- [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)
|
|
- [ ] You've made a self review of your PR
|
|
- [ ] 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)
|