summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2022-06-27 20:30:28 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2022-06-27 20:30:28 -0400
commitf0ec5a5f5f2df70ce0ac9da0070f1da9998666a4 (patch)
tree37b114e1e397643d6df35f9cabe4e47be515967c /.github
parentf0ace2588e925c67ed2362cc8025ed94cb39a7a9 (diff)
github: fix some issues with the bug report form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index fb78c84f..d1ab451f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -9,11 +9,9 @@ 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)
- - [Existing issues](https://github.com/ClementTsang/bottom/issues)
- for similar issues.
+ 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
+ [existing issues](https://github.com/ClementTsang/bottom/issues) for similar issues.
required: true
- type: textarea
@@ -113,4 +111,4 @@ body:
attributes:
label: Additional information
description: Provide any additional information you think may be relevant or helpful.
- placeholder: It works fine if I just run it normally (`btm`).
+ placeholder: It works fine if I just run it normally without the `--basic` flag.