vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

bug_report.yml

(890B)


      1 name: Bug Report
      2 labels: []
      3 description: Report a problem with vis.
      4 body:
      5 
      6   - type: markdown
      7     attributes:
      8       value: |
      9         ***Before reporting***, search [existing issues.](https://github.com/martanne/vis/issues?q=type%3Aissue)
     10 
     11   - type: textarea
     12     attributes:
     13       label: "Problem"
     14       description: "Describe the current behavior."
     15     validations:
     16       required: true
     17   - type: textarea
     18     attributes:
     19       label: "Steps to reproduce"
     20       placeholder: |
     21         :,
     22         :y/regex/
     23   - type: input
     24     attributes:
     25       label: "vis version (vis -v)"
     26       placeholder: "vis v0.7-151-g8ff0bea-dirty +curses +lua +tre +acl"
     27     validations:
     28       required: true
     29   - type: input
     30     attributes:
     31       label: "Terminal name/version"
     32       placeholder: "st 0.8.2"
     33   - type: input
     34     attributes:
     35       label: "$TERM environment variable"
     36       placeholder: "st-256color"