2018-01-09 23:31:23 +00:00
<!--
Thanks for contributing to the project!
Please help us keep this project in good shape by going through this checklist.
Replace the empty checkboxes [ ] below with checked ones [X] as they are completed
Remember, you can preview this before saving it.
-->
2016-03-29 20:37:47 +00:00
<!-- You can remove this first section if you have contributed before -->
2018-01-09 23:31:23 +00:00
### First time contributor checklist:
2016-02-20 00:35:15 +00:00
2023-09-17 01:33:06 +00:00
- [ ] I have read the [README ](https://github.com/signalapp/Signal-Desktop/blob/main/README.md ) and [Contributor Guidelines ](https://github.com/signalapp/Signal-Desktop/blob/main/CONTRIBUTING.md )
2020-01-08 17:44:54 +00:00
- [ ] I have signed the [Contributor Licence Agreement ](https://signal.org/cla/ )
2016-02-20 00:35:15 +00:00
2018-01-09 23:31:23 +00:00
### Contributor checklist:
2022-07-20 16:19:30 +00:00
- [ ] My contribution is **not** related to translations.
2020-01-08 17:44:54 +00:00
- [ ] My commits are in nice logical chunks with [good commit messages ](http://chris.beams.io/posts/git-commit/ )
2022-04-25 22:53:31 +00:00
- [ ] My changes are [rebased ](https://medium.com/free-code-camp/git-rebase-and-the-golden-rule-explained-70715eccc372 ) on the latest [`main` ](https://github.com/signalapp/Signal-Desktop/tree/main ) branch
2023-09-17 01:33:06 +00:00
- [ ] A `yarn ready` run passes successfully ([more about tests here](https://github.com/signalapp/Signal-Desktop/blob/main/CONTRIBUTING.md#tests))
2020-01-08 17:44:54 +00:00
- [ ] My changes are ready to be shipped to users
2016-02-20 00:35:15 +00:00
### Description
2018-01-09 23:31:23 +00:00
2016-03-29 20:37:47 +00:00
<!--
2018-01-09 23:31:23 +00:00
Describe briefly what your pull request changes. Focus on the value provided to users.
Does it address any outstanding issues in this project?
2018-07-05 18:23:29 +00:00
https://github.com/signalapp/Signal-Desktop/issues?utf8=%E2%9C%93& q=is%3Aissue
2018-01-09 23:31:23 +00:00
Reference an issue with the hash symbol: "#222"
If you're fixing it, use something like "Fixes #222 "
2016-03-29 20:37:47 +00:00
2018-01-09 23:31:23 +00:00
Please write a summary of your test approach:
- What kind of manual testing did you do?
- Did you write any new tests?
- What operating systems did you test with? (please use specific versions: http://whatsmyos.com/)
- What other devices did you test with? (other Desktop devices, Android, Android Simulator, iOS, iOS Simulator)
2016-03-29 20:37:47 +00:00
-->