summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/issue_template.yml
blob: 06e857b4b687f3de592743f064b17693bc6204bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
name: Issue Template
description: Report a problem or bug related to fzf to help us improve

body:
  - type: markdown
    attributes:
      value: ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED

  - type: checkboxes
    attributes:
      label: Checklist
      options:
        - label: I have read through the manual page (`man fzf`)
          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:
      label: Output of `fzf --version`
      placeholder: e.g. 0.48.1 (d579e33)
    validations:
      required: true

  - type: checkboxes
    attributes:
      label: OS
      options:
        - label: Linux
        - label: macOS
        - label: Windows
        - label: Etc.

  - type: checkboxes
    attributes:
      label: Shell
      options:
        - label: bash
        - label: zsh
        - label: fish

  - type: textarea
    attributes:
      label: Problem / Steps to reproduce
    validations:
      required: true