feature_request.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. name: Feature request
  2. description: Suggest a feature for Oh My Zsh
  3. labels: 'Feature'
  4. body:
  5. - type: input
  6. attributes:
  7. label: If the feature request is for a plugin or theme, specify it here.
  8. description: The name of the plugin or theme that you would like us to improve.
  9. placeholder: e.g. Git plugin, Agnoster theme
  10. - type: textarea
  11. attributes:
  12. label: If the feature solves a problem you have, specify it here.
  13. description: A description of what the problem is.
  14. placeholder: Ex. I'm always frustrated when...
  15. - type: textarea
  16. attributes:
  17. label: Describe the proposed feature.
  18. description: A description of what you want to happen. Be as specific as possible.
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Describe alternatives you've considered
  24. description: A description of any alternative solutions or features you've considered. This can also include other plugins or themes.
  25. - type: textarea
  26. attributes:
  27. label: Additional context
  28. description: Add any other context, screenshots or Discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at.
  29. - type: textarea
  30. attributes:
  31. label: Related Issues
  32. description: Is there any open or closed issues that is related to this feature request? If so please link them below!