mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
e1be318177
* docs: update usage and config, add blurb in home * add doc pages to pr template
983 B
983 B
Description
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:
Issue
If applicable, what issue does this address?
Closes: #
Testing
If relevant, please state how this was tested. All changes must be tested to work:
If this is a code change, please also indicate which platforms were tested:
- Windows
- macOS
- Linux
Checklist
If relevant, ensure the following have been met:
- Areas your change affects have been linted using rustfmt (
cargo fmt
) - The change has been tested and doesn't appear to cause any unintended breakage
- Documentation has been added/updated if needed (
README.md
, help menu, doc pages, etc.) - The pull request passes the provided CI pipeline
- There are no merge conflicts
- If relevant, new tests were added (don't worry too much about coverage)