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