diff options
| author | LangLangBart <92653266+LangLangBart@users.noreply.github.com> | 2024-04-07 03:25:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-07 10:25:12 +0900 |
| commit | 69b9d674a3842cc2a12d88268db1db7248cb61a6 (patch) | |
| tree | ee1ce20c0a527cb15cf751417d61168db1428113 /.github | |
| parent | bad8061547ab56ff7f5446cb344553e32b821978 (diff) | |
| download | fzf-69b9d674a3842cc2a12d88268db1db7248cb61a6.tar.gz | |
chore: Add new option in issue checklist and modify requirements (#3715)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue_template.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index aac56b71..06e857b4 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -15,6 +15,8 @@ body: required: true - label: I have searched through the existing issues required: true + - label: For bug reports, I have checked if the bug is reproducible in the latest version of fzf + required: false - type: input attributes: |
