Skip to content

Commit

Permalink
fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Jul 20, 2024
1 parent 58fdcaf commit 49c5afe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,26 @@ body:
attributes:
label: "Neovim Version"
description: "`nvim --version`:"
validations:
required: true
- type: textarea
attributes:
label: "neocomplete.nvim setup"
description: |
- Copy your entire `require("neocomplete").setup` function
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
description: "A description of actual behavior. May optionally include images or videos."
validations:
required: true
- type: textarea
attributes:
label: "Expected behavior"
description: "A description of the behavior you expected."
validations:
required: true
- type: textarea
attributes:
Expand All @@ -42,14 +46,14 @@ body:
neocomplete: require("neocomplete.health").check()
========================================================================
## neocomplete.nvim
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
description: "Please describe how we can reproduce the issue."
placeholder: |
1. `nvim -nu minimal.lua`
2. ...
validations:
required: true
- type: textarea
attributes:
Expand All @@ -58,6 +62,9 @@ body:
- type: textarea
attributes:
label: "Minimal config"
description: "Minimal config with which the issue is reproducible. Use example `minimal_init.lua` at source of this repo. Save this as `minimal_init.lua. Add plugins and configs which are necessary at indicated location."
description: "Minimal config with which the issue is reproducible. Save this as `minimal_init.lua. Add plugins and configs which are necessary at indicated location."
render: Lua
placeholder: |
-- See minimal_init.lua in repository root
validations:
required: true

0 comments on commit 49c5afe

Please sign in to comment.