bug_report.yml 2.1 KB

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