summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-18 15:03:20 -0400
committerGitHub <noreply@github.com>2023-05-18 15:03:20 -0400
commit13efb87534ee74588ad30ff6af4c7f4697047496 (patch)
tree8155286eb2d9f7ee19db00f57e228e5ed8edb8e1 /.github
parent463b0fbef8195de26c1f8ad0f665a86a4b1b0713 (diff)
github: update some form headers to remove inline code blocks that were misrendering as quotes
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 773df778..114caa82 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -43,7 +43,7 @@ body:
- type: textarea
id: terminal
attributes:
- label: What terminal(s) are you running `bottom` on?
+ label: What terminal(s) are you running bottom on?
description: >
Please provide what terminal(s) you are running `bottom` on (e.g. Konsole, kitty)
that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme).
@@ -54,7 +54,7 @@ body:
validations:
required: true
attributes:
- label: What version of `bottom` are you running?
+ label: What version of bottom are you running?
description: >
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
a nightly/non-release version, please also specify that.
@@ -65,7 +65,7 @@ body:
validations:
required: true
attributes:
- label: How did you install `bottom`?
+ label: How did you install bottom?
description: >
Please mention how you installed `bottom`. If you manually compiled it, please also mention your _Rust version_.