2_feature_request.yml 696 B

123456789101112131415161718192021
  1. name: '🌠 Feature Request'
  2. description: 'Suggest an idea'
  3. title: '[Feature Request] '
  4. labels: ['enhancement']
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: '🥰 Feature Description'
  9. description: Please add a clear and concise description of the problem you are seeking to solve with this feature request.
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: '🧐 Proposed Solution'
  15. description: Describe the solution you'd like in a clear and concise manner.
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: '📝 Additional Information'
  21. description: Add any other context about the problem here.