feature-request.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: Feature Request
  2. description: Suggest an idea you want implemented
  3. body:
  4. - type: checkboxes
  5. id: confirmations
  6. attributes:
  7. label: Checklist
  8. options:
  9. - label: I've already searched through [existing tickets](https://github.com/fullcalendar/fullcalendar/issues)
  10. required: true
  11. - label: Other people will find this feature useful
  12. required: true
  13. - type: dropdown
  14. id: connector
  15. attributes:
  16. label: Is this feature for a specific connector (React/Angular/etc)?
  17. options:
  18. - No connector in particular
  19. - React
  20. - Angular
  21. - Vue
  22. - Other
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: description
  27. attributes:
  28. label: Feature Description
  29. description: Please describe what this feature will do.
  30. validations:
  31. required: true
  32. - type: markdown
  33. id: mockup
  34. attributes:
  35. value: >
  36. **Visual Mockup:**
  37. If you are requesting a new UI, drag some sort of mockup or screenshot into the area above.