2016-02-24 01:36:48 +00:00
<!-- You can remove this first section if you have contributed before -->
2016-02-18 09:38:42 +00:00
### First time contributor checklist
2016-02-24 01:36:48 +00:00
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
2018-03-08 10:06:21 +00:00
- [ ] I have read [how to contribute ](https://github.com/signalapp/Signal-Android/blob/master/CONTRIBUTING.md ) to this project
2017-01-17 20:23:54 +00:00
- [ ] I have signed the [Contributor License Agreement ](https://whispersystems.org/cla/ )
2016-02-18 09:38:42 +00:00
### Contributor checklist
2016-02-24 01:36:48 +00:00
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
2018-03-08 10:06:21 +00:00
- [ ] I am following the [Code Style Guidelines ](https://github.com/signalapp/Signal-Android/wiki/Code-Style-Guidelines )
2016-02-18 09:38:42 +00:00
- [ ] I have tested my contribution on these devices:
* Device A, Android X.Y.Z
* Device B, Android Z.Y
2016-02-24 01:36:48 +00:00
* Virtual device W, Android Y.Y.Z
2016-02-18 09:38:42 +00:00
- [ ] My contribution is fully baked and ready to be merged as is
2016-04-05 13:31:37 +00:00
- [ ] I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the `Fixes #1234` [syntax ](https://help.github.com/articles/closing-issues-via-commit-messages/ )
2016-02-18 09:38:42 +00:00
----------
### Description
2016-02-24 01:36:48 +00:00
<!--
2016-03-30 02:55:06 +00:00
Describe briefly what your pull request proposes to fix. Especially if you have more than one commit, it is helpful to give a summary of what your contribution as a whole is trying to solve.
2016-02-24 01:36:48 +00:00
Also, please describe shortly how you tested that your fix actually works.
-->