1
0

feature-request.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. name: ✨ New Feature Proposal
  2. description: Propose a new feature to be added to Vben Admin
  3. title: 'FEATURE: '
  4. labels: ['enhancement: pending triage']
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for suggesting a feature for our project! Please fill out the information below to help us understand and implement your request!
  10. - type: dropdown
  11. id: version
  12. attributes:
  13. label: Version
  14. description: What version of our software are you running?
  15. options:
  16. - Vben Admin V5
  17. - Vben Admin V2
  18. default: 0
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: description
  23. attributes:
  24. label: Description
  25. description: A detailed description of the feature request.
  26. placeholder: Please describe the feature you would like to see, and why it would be useful.
  27. validations:
  28. required: true
  29. - type: textarea
  30. id: proposed-solution
  31. attributes:
  32. label: Proposed Solution
  33. description: A clear and concise description of what you want to happen.
  34. placeholder: Describe the solution you'd like to see
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: alternatives
  39. attributes:
  40. label: Alternatives Considered
  41. description: |
  42. A clear and concise description of any alternative solutions or features you've considered.
  43. placeholder: Describe any alternative solutions or features you've considered
  44. validations:
  45. required: false
  46. - type: input
  47. id: additional-context
  48. attributes:
  49. label: Additional Context
  50. description: Add any other context or screenshots about the feature request here.
  51. placeholder: Any additional information
  52. validations:
  53. required: false
  54. - type: checkboxes
  55. id: checkboxes
  56. attributes:
  57. label: Validations
  58. description: Before submitting the issue, please make sure you do the following
  59. options:
  60. - label: Read the [docs](https://doc.vben.pro/)
  61. required: true
  62. - label: Ensure the code is up to date. (Some issues have been fixed in the latest version)
  63. required: true
  64. - label: I have searched the [existing issues](https://github.com/vbenjs/vue-vben-admin/issues) and checked that my issue does not duplicate any existing issues.
  65. required: true