lsp-issue-form.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: LSP Issue
  2. description: File a LSP related bug report
  3. labels: [bug, lsp]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. _Before reporting:_ search [existing issues](https://github.com/lunarvim/lunarvim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [Troubleshooting guide](https://www.lunarvim.org/troubleshooting).
  9. If you need real-time help, join us on Discord. Thank you for helping us improve!
  10. - type: textarea
  11. id: problem-description
  12. attributes:
  13. label: Problem description
  14. description: "A short description of the problem you are reporting."
  15. validations:
  16. required: true
  17. - type: input
  18. id: lunar-vim-version
  19. attributes:
  20. label: LunarVim version
  21. placeholder: |
  22. output of :LvimVersion
  23. validations:
  24. required: true
  25. - type: input
  26. id: nvim-version
  27. attributes:
  28. label: Neovim version (>= 0.6.1)
  29. description: "Output of `nvim --version`"
  30. placeholder: |
  31. NVIM v0.7-dev+209-g0603eba6e
  32. Build type: Release
  33. LuaJIT 2.1.0-beta3
  34. validations:
  35. required: true
  36. - type: input
  37. attributes:
  38. label: "Operating system/version"
  39. placeholder: "macOS 11.5"
  40. validations:
  41. required: true
  42. - type: input
  43. attributes:
  44. label: "Affected language servers"
  45. description: "If this issue is specific to one or more language servers, list them here. If not, write 'all'."
  46. placeholder: "tsserver"
  47. validations:
  48. required: true
  49. - type: textarea
  50. attributes:
  51. label: "Steps to reproduce"
  52. description: "Steps to reproduce using the minimal config."
  53. placeholder: |
  54. 1. `nvim -u ~/.local/share/lunarvim/lvim/tests/minimal_lsp.lua`
  55. 2. ...
  56. - type: textarea
  57. attributes:
  58. label: "Actual behavior"
  59. description: "Observed behavior."
  60. validations:
  61. required: true
  62. - type: textarea
  63. attributes:
  64. label: "Expected behavior"
  65. description: "A description of the behavior you expected."
  66. - type: textarea
  67. id: logs
  68. attributes:
  69. label: log and support info
  70. placeholder: |
  71. :LspInfo
  72. :LvimInfo
  73. :messages
  74. :checkhealth
  75. :e $LUNARVIM_CACHE/DIR/lsp.log
  76. :e $LUNARVIM_CACHE/DIR/lvim.log
  77. :e $LUNARVIM_CACHE/DIR/log
  78. render: shell
  79. validations:
  80. required: true
  81. - type: textarea
  82. id: screenshots
  83. attributes:
  84. label: Screenshots
  85. description: If applicable, add screenshots to help explain your problem