neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

feature_request.yml (880B)


      1 name: Feature request
      2 description: Request an enhancement for Nvim
      3 type: 'enhancement'
      4 body:
      5 
      6  - type: markdown
      7    attributes:
      8      value: |
      9        Before requesting: search [existing feature requests](https://github.com/neovim/neovim/issues?q=state%3Aopen%20type%3AEnhancement) and check the [FAQ](https://neovim.io/doc/user/faq.html).
     10 
     11  - type: textarea
     12    attributes:
     13      label: "Problem"
     14      description: "Describe the problem to be solved. Include references to other projects (Vim, Emacs, etc.) if relevant."
     15      placeholder: "No smurf icons available. Smurfs are useful because ..."
     16    validations:
     17      required: true
     18 
     19  - type: textarea
     20    attributes:
     21      label: "Expected behavior"
     22      description: "Describe what the new feature or behavior would look like. How does it solve the problem? Is it worth the cost?"
     23    validations:
     24      required: true