diff options
author | David Peter <sharkdp@users.noreply.github.com> | 2022-11-02 13:15:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 13:15:55 +0100 |
commit | cbd11d8a45dc80392c5f1be9679051085e6a3376 (patch) | |
tree | 6549027929c935a2d427ab035f62e21f0ba670bd /.github | |
parent | 6b7f8da381153c29ca5ebd4e6c8bbb7a5b273128 (diff) |
Try to fix bug issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bd8c609..d6c8d3c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -9,6 +9,7 @@ body: Please check out the [troubleshooting section](https://github.com/sharkdp/fd#troubleshooting) first. - type: checkboxes attributes: + label: Checks options: - label: I have read the troubleshooting section and still think this is a bug. required: true |