mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
github: update more wording of the bug issue template (#1343)
This commit is contained in:
parent
61704d9466
commit
5787734476
1 changed files with 6 additions and 7 deletions
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -22,7 +22,7 @@ body:
|
||||||
Please provide what operating system(s) and version(s) you are running that experiences the described issue.
|
Please provide what operating system(s) and version(s) you are running that experiences the described issue.
|
||||||
Note that operating systems that [are not officially supported](https://github.com/ClementTsang/bottom#support)
|
Note that 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 5.18.15
|
placeholder: Arch Linux 6.6.2
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: architecture
|
id: architecture
|
||||||
|
@ -34,11 +34,11 @@ body:
|
||||||
may not be prioritized/resolved.
|
may not be prioritized/resolved.
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- x86_64 / AMD64
|
- x86_64/AMD64
|
||||||
- arm64
|
- arm64
|
||||||
- arm32
|
|
||||||
- x86
|
- x86
|
||||||
- Other (*please specify in the Additional Information area at the end*)
|
- arm32
|
||||||
|
- Other (*lease specify in the Additional Information area at the end*
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: terminal
|
id: terminal
|
||||||
|
@ -64,8 +64,7 @@ body:
|
||||||
- "ZFS"
|
- "ZFS"
|
||||||
- "Btrfs"
|
- "Btrfs"
|
||||||
- "APFS"
|
- "APFS"
|
||||||
- "Other (*please specify in the Additional Information area at the end*)"
|
- "Other (*lease specify in the Additional Information area at the end*"
|
||||||
- "Not sure"
|
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
|
@ -88,7 +87,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: How did you install bottom?
|
label: How did you install bottom?
|
||||||
description: >
|
description: >
|
||||||
Please mention 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 from `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.
|
||||||
|
|
Loading…
Reference in a new issue