bug_report.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: Report a bug
  2. description: Report a bug that isn't caused by Oh My Zsh. If unsure, use this form
  3. body:
  4. - type: markdown
  5. attributes:
  6. value: |
  7. ## Self Check
  8. - Look for similar errors in existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed).
  9. - Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help.
  10. - type: textarea
  11. validations:
  12. required: true
  13. attributes:
  14. label: Describe the bug
  15. description: A clear description of what the bug is.
  16. - type: textarea
  17. validations:
  18. required: true
  19. attributes:
  20. label: Steps to reproduce
  21. description: |
  22. Steps to reproduce the problem.
  23. placeholder: |
  24. For example:
  25. 1. Enable plugin '...'
  26. 2. Run command '...' or try to complete command '...'
  27. 3. See error
  28. - type: textarea
  29. validations:
  30. required: true
  31. attributes:
  32. label: Expected behavior
  33. description: A brief description of what should happen.
  34. - type: textarea
  35. attributes:
  36. label: Screenshots and recordings
  37. description: |
  38. If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/
  39. - type: input
  40. validations:
  41. required: true
  42. attributes:
  43. label: OS / Linux distribution
  44. placeholder: Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
  45. - type: input
  46. validations:
  47. required: true
  48. attributes:
  49. label: Zsh version
  50. description: Run `echo $ZSH_VERSION` to check.
  51. placeholder: "5.6"
  52. - type: input
  53. validations:
  54. required: true
  55. attributes:
  56. label: Terminal emulator
  57. placeholder: iTerm2, GNOME Terminal, Terminal.app...
  58. - type: dropdown
  59. attributes:
  60. label: If using WSL on Windows, which version of WSL
  61. description: Run `wsl -l -v` to check.
  62. options:
  63. - WSL1
  64. - WSL2
  65. - type: textarea
  66. attributes:
  67. label: Additional context
  68. description: Add any other context about the problem here. This can be themes, plugins, custom settings...