aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
blob: ba5732d967aab83247d5ca74545947e58f6804e3 (plain) (blame)
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
name: Bug Report
labels: []
description: Report a problem with vis.
body:

  - type: markdown
    attributes:
      value: |
        ***Before reporting***, search [existing issues.](https://github.com/martanne/vis/issues?q=type%3Aissue)

  - type: textarea
    attributes:
      label: "Problem"
      description: "Describe the current behavior."
    validations:
      required: true
  - type: textarea
    attributes:
      label: "Steps to reproduce"
      placeholder: |
        :,
        :y/regex/
  - type: input
    attributes:
      label: "vis version (vis -v)"
      placeholder: "vis v0.7-151-g8ff0bea-dirty +curses +lua +tre +acl"
    validations:
      required: true
  - type: input
    attributes:
      label: "Terminal name/version"
      placeholder: "st 0.8.2"
  - type: input
    attributes:
      label: "$TERM environment variable"
      placeholder: "st-256color"