## Description _Please provide a summary of the pull request and the issue it fixes. Please add necessary details, context, dependencies, explanation of when review is needed (see next section), etc._ **Fixes #(add issue number here and remove parentheses)** [comment]: # (This project only accepts pull requests related to open issues.) [comment]: # (If suggesting a new feature or change, please discuss it in an issue first.) [comment]: # (If fixing a bug, there should be an issue describing it with steps to reproduce.) ## Review Time Estimate _Please give your idea of how soon this pull request needs to be reviewed by selecting one of the options below. This can be based on the criticality of the issue at hand and/or other relevant factors._ [comment]: # (To select an option, please put an 'x' in the applicable box.) [comment]: # (If you're unsure about any of these, don't hesitate to ask. We're here to help!.) - [ ] Immediately - [ ] Within a week - [ ] When possible ## Type of changes _Please select a relevant option:_ [comment]: # (To select an option, please put an 'x' in the applicable box.) [comment]: # (If you're unsure about any of these, don't hesitate to ask. We're here to help!.) - [ ] Bug fix (non-breaking change which fixes an issue). - [ ] New feature (non-breaking change which adds functionality). - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). - [ ] Other (any another change that does not fall in one of the above categories.) ## Checklist: _Please select all applicable options:_ [comment]: # (To select your options, please put an 'x' in the all boxes that apply.) [comment]: # (If you're unsure about any of these, don't hesitate to ask. We're here to help!.) - [ ] I have signed the Rokwire Contributor License Agreement ([CLA](https://rokwire.org/rokwire_cla)). (_Any contributor who is not an employee of the University of Illinois whose official duties include contributing to the Rokwire software, or who is not paid by the Rokwire project, needs to sign the CLA before their contribution can be accepted._) - [ ] I have updated the [CHANGELOG](../CHANGELOG.md). - [ ] I have read the [Contributor Guidelines](../CONTRIBUTING.md). - [ ] I have performed a self-review of my own code. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] My change requires updating the documentation. - [ ] I have made necessary changes to the documentation. - [ ] I have added tests related to my changes. - [ ] My changes generate no new warnings. - [ ] New and existing unit tests pass locally with my changes. - [ ] Any dependent changes have been merged and published in downstream modules. --- [comment]: # (Template credit: This pull request template is based on Embedded Artistry {https://github.com/embeddedartistry/templates/blob/master/.github/PULL_REQUEST_TEMPLATE.md}, Clowder {https://github.com/clowder-framework/clowder/blob/develop/.github/PULL_REQUEST_TEMPLATE.md}, and TalAter {https://github.com/TalAter/open-source-templates} templates.)