general-issue-form.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. name: General Issue
  2. description: File a bug report
  3. labels: [bug]
  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: Also tell us, what did you expect to happen?
  15. placeholder: |
  16. Steps to reproduce the behavior:
  17. 1. Go to '...'
  18. 2. Click on '....'
  19. 3. Scroll down to '....'
  20. 4. See error
  21. validations:
  22. required: true
  23. - type: input
  24. id: lunar-vim-version
  25. attributes:
  26. label: LunarVim version
  27. placeholder: |
  28. output of :LvimVersion
  29. validations:
  30. required: true
  31. - type: input
  32. id: nvim-version
  33. attributes:
  34. label: Neovim version (>= 0.6.1)
  35. description: "Output of `nvim --version`"
  36. placeholder: |
  37. NVIM v0.7-dev+209-g0603eba6e
  38. Build type: Release
  39. LuaJIT 2.1.0-beta3
  40. validations:
  41. required: true
  42. - type: input
  43. attributes:
  44. label: "Operating system/version"
  45. placeholder: "macOS 11.5"
  46. validations:
  47. required: true
  48. - type: textarea
  49. id: logs
  50. attributes:
  51. label: Relevant log output
  52. placeholder: |
  53. :checkhealth
  54. :messages
  55. :e $LUNARVIM_CACHE/DIR/lvim.log
  56. render: shell
  57. validations:
  58. required: true
  59. - type: textarea
  60. id: screenshots
  61. attributes:
  62. label: Screenshots
  63. description: If applicable, add screenshots to help explain your problem