2020-02-23 00:42:20 -05:00
## Description
2022-10-30 19:20:41 -04:00
_A description of the change, what it does, and why it was made. If relevant (such as any change that modifies the UI), **please provide screenshots** of the changes:_
2020-02-23 00:42:20 -05:00
2020-02-23 01:08:48 -05:00
## Issue
2020-02-27 18:31:08 -05:00
_If applicable, what issue does this address?_
2020-02-23 01:08:48 -05:00
2020-04-03 00:53:11 -04:00
Closes: #
2020-02-23 01:08:48 -05:00
2021-05-22 22:58:16 -04:00
## Testing
2020-02-23 00:42:20 -05:00
2021-05-22 22:58:16 -04:00
_If relevant, please state how this was tested. All changes **must** be tested to work:_
2020-02-23 00:42:20 -05:00
2022-08-14 18:17:01 -04:00
_If this is a code change, please also indicate which platforms were tested:_
2020-03-04 00:02:04 -05:00
2020-03-13 01:09:21 -04:00
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
2020-03-04 00:02:04 -05:00
2020-02-23 00:42:20 -05:00
## Checklist
2020-09-27 01:49:35 -04:00
_If relevant, ensure the following have been met:_
2020-02-25 20:17:49 -05:00
2020-09-27 01:49:35 -04:00
- [ ] _Areas your change affects have been linted using rustfmt (`cargo fmt`)_
2021-05-22 22:58:16 -04:00
- [ ] _The change has been tested and doesn't appear to cause any unintended breakage_
2022-11-07 23:36:27 -05:00
- [ ] _Documentation has been added/updated if needed (`README.md`, help menu, doc pages, etc.)_
2021-05-22 22:58:16 -04:00
- [ ] _The pull request passes the provided CI pipeline_
- [ ] _There are no merge conflicts_
2022-08-17 11:30:13 -04:00
- [ ] _If relevant, new tests were added (don't worry too much about coverage)_