summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-11-30 02:04:27 -0500
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-11-30 02:04:27 -0500
commit66b58e49d2ef6b6ed26523f6446b5d639a7b044f (patch)
tree0ea1325739a826e3aec0ab2185bc1a7dc505a0cc
parent70d6e8aee0e8534ca68322a33c32d8833c894d7a (diff)
github: update some wording for feature and bug issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml18
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml6
2 files changed, 12 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 450938e0..6feee14c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -8,8 +8,8 @@ body:
label: Checklist
options:
- label: >
- I've looked through [troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting),
- [known problems](https://clementtsang.github.io/bottom/nightly/support/official/#known-problems), and
+ I've looked through the [troubleshooting docs](https://clementtsang.github.io/bottom/nightly/troubleshooting),
+ [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
issues.
required: true
@@ -19,8 +19,8 @@ body:
attributes:
label: What operating system and version are you using?
description: >
- Please provide what operating system(s) and version(s) you are running that experiences the problem.
- Note that operating systems that [are not officially supported](https://github.com/ClementTsang/bottom#support)
+ Please provide the operating system(s) and version(s) that are experiencing the problem.
+ Note that issues on operating systems that [are not officially supported](https://github.com/ClementTsang/bottom#support)
may not be prioritized/resolved.
placeholder: Arch Linux 6.6.2
@@ -43,9 +43,9 @@ body:
- type: textarea
id: terminal
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: >
- 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).
placeholder: kitty 0.25.2
@@ -54,7 +54,7 @@ body:
attributes:
label: What filesystem are you using?
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
options:
- ext4
@@ -77,7 +77,7 @@ body:
`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)
- 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
- type: textarea
@@ -89,7 +89,7 @@ body:
description: >
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.
# TODO: After some point also add in a `btm check` invocation
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 1afc4b05..bbb294a8 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -10,7 +10,7 @@ body:
- 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.
+ for similar feature requests.
required: true
- type: textarea
@@ -20,11 +20,11 @@ body:
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
+ 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.
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, 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.