34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
|
name: Feature request
|
||
|
description: Got a good idea that hasn't already been suggested? Mention it here!
|
||
|
title: "[Feature] "
|
||
|
labels: ["feature"]
|
||
|
body:
|
||
|
- type: checkboxes
|
||
|
id: acknowledgements
|
||
|
attributes:
|
||
|
label: Checklist
|
||
|
options:
|
||
|
- label: >
|
||
|
I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and
|
||
|
[existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature)
|
||
|
for this feature/feature request.
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: description
|
||
|
validations:
|
||
|
required: true
|
||
|
attributes:
|
||
|
label: Describe the feature request
|
||
|
description: >
|
||
|
Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature
|
||
|
would be helpful to both you and others. Try to be clear and concise.
|
||
|
|
||
|
If you have any ideas to implement this feature as well, feel free to write them down here too.
|
||
|
placeholder: |
|
||
|
Example:
|
||
|
It would be nice to support FreeBSD. I often use similar tools on my FreeBSD-based system, and it would
|
||
|
be useful to see this tool ported over.
|
||
|
|
||
|
Sysinfo has FreeBSD support, so this shouldn't be too hard to add.
|