mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 22:54:21 +00:00
1.4 KiB
1.4 KiB
Description
A description of the change and what it does. If relevant, please provide screenshots of what results from the change:
Issue
If applicable, what issue does this address?
Closes: #
Type of change
Remove the irrelevant ones:
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (if this change causes breakage or new behaviour, please state what)
- Refactoring (a change that doesn't change application functionality)
- Other (something else - please specify)
Test methodology
If relevant, please state how this was tested:
Furthermore, please tick which platforms this change was tested on:
- Windows
- macOS
- Linux
If relevant, all of these platforms should be tested.
Checklist
If relevant, ensure the following have been met:
- Change has been tested to work, and does not cause new breakage unless intended
- Code has been self-reviewed
- Documentation has been added/updated if needed (README, help menu, etc.)
- Passes CI pipeline (clippy check and
cargo test
check) - Areas your change affects have been linted using rustfmt (
cargo fmt
) - No merge conflicts arise from the change
Other information
Provide any other relevant information to this change: