github: update some wording for feature and bug issue templates

This commit is contained in:
ClementTsang 2023-11-30 02:04:27 -05:00
parent 70d6e8aee0
commit 66b58e49d2
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
2 changed files with 12 additions and 12 deletions

View File

@ -8,8 +8,8 @@ body:
label: Checklist label: Checklist
options: options:
- label: > - label: >
I've looked through [troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting), I've looked through the [troubleshooting docs](https://clementtsang.github.io/bottom/nightly/troubleshooting),
[known problems](https://clementtsang.github.io/bottom/nightly/support/official/#known-problems), and [the known problems list](https://clementtsang.github.io/bottom/nightly/support/official/#known-problems), and
[existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue) for similar [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue) for similar
issues. issues.
required: true required: true
@ -19,8 +19,8 @@ body:
attributes: attributes:
label: What operating system and version are you using? label: What operating system and version are you using?
description: > description: >
Please provide what operating system(s) and version(s) you are running that experiences the problem. Please provide the operating system(s) and version(s) that are experiencing the problem.
Note that operating systems that [are not officially supported](https://github.com/ClementTsang/bottom#support) Note that issues on operating systems that [are not officially supported](https://github.com/ClementTsang/bottom#support)
may not be prioritized/resolved. may not be prioritized/resolved.
placeholder: Arch Linux 6.6.2 placeholder: Arch Linux 6.6.2
@ -43,9 +43,9 @@ body:
- type: textarea - type: textarea
id: terminal id: terminal
attributes: attributes:
label: What terminal(s) are you running bottom on that is experiencing the problem? label: What terminal(s) are you running bottom on that are experiencing the problem?
description: > description: >
Please provide what terminal(s) you are running `bottom` on (e.g. Konsole, kitty) Please provide what terminal(s) you are running `bottom` on (e.g. Konsole, kitty, urxvt)
that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme). that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme).
placeholder: kitty 0.25.2 placeholder: kitty 0.25.2
@ -54,7 +54,7 @@ body:
attributes: attributes:
label: What filesystem are you using? label: What filesystem are you using?
description: > description: >
If you happen to know, select what filesystem(s) you're experiencing the problem on. If you know, select what filesystem(s) you're experiencing the problem on.
multiple: true multiple: true
options: options:
- ext4 - ext4
@ -77,7 +77,7 @@ body:
`btm -V`. If you are using a nightly/non-release version, please also specify that. `btm -V`. If you are using a nightly/non-release version, please also specify that.
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest) It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
to try that as well to see if the issue is still there. to try that as well to see if the issue has already been resolved.
placeholder: 0.9.6 placeholder: 0.9.6
- type: textarea - type: textarea
@ -89,7 +89,7 @@ body:
description: > description: >
Please describe how you installed `bottom`. If you manually compiled it, please also mention your _Rust version_. Please describe how you installed `bottom`. If you manually compiled it, please also mention your _Rust version_.
**Note: if you installed from `bottom` from cargo, please ensure that you installed the right crate (https://crates.io/crates/bottom).** **Note: if you installed `bottom` from cargo, please ensure that you installed the right crate (https://crates.io/crates/bottom).**
placeholder: Installed bottom through the Arch official repos. placeholder: Installed bottom through the Arch official repos.
# TODO: After some point also add in a `btm check` invocation # TODO: After some point also add in a `btm check` invocation

View File

@ -10,7 +10,7 @@ body:
- label: > - label: >
I've looked through [the documentation](https://clementtsang.github.io/bottom/nightly/) and 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) [existing open issues](https://github.com/ClementTsang/bottom/issues?q=is%3Aopen+is%3Aissue+label%3Afeature)
for this feature/feature request. for similar feature requests.
required: true required: true
- type: textarea - type: textarea
@ -20,11 +20,11 @@ body:
attributes: attributes:
label: Describe the feature request label: Describe the feature request
description: > description: >
Please describe what behaviour you are looking for, the motivation for it, and use cases for where this feature Please describe what behaviour you are looking for, the motivation for it, and use cases where this feature
would be helpful to both you and others. Try to be clear and concise. 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. If you have any ideas to implement this feature as well, feel free to write them down here too.
placeholder: | placeholder: |
Example: Example:
It would be nice to support FreeBSD, as I and others often use similar tools on my FreeBSD-based system. It would be nice to support FreeBSD, as I and others often use similar tools on my FreeBSD-based system.
Sysinfo has FreeBSD support as a data source. I also noticed that sysinfo has FreeBSD support as a data source.