feature_request.yml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. name: Feature request
  2. description: Suggest new or updated features to include in Bootstrap.
  3. title: "Suggest a new feature"
  4. labels: [feature]
  5. assignees: []
  6. body:
  7. - type: checkboxes
  8. attributes:
  9. label: Prerequisites
  10. description: Take a couple minutes to help our maintainers work faster.
  11. options:
  12. - label: I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests
  13. required: true
  14. - label: I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md)
  15. required: true
  16. - type: textarea
  17. id: proposal
  18. attributes:
  19. label: Proposal
  20. description: Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible.
  21. validations:
  22. required: true
  23. - type: textarea
  24. id: motivation
  25. attributes:
  26. label: Motivation and context
  27. description: Tell us why this change is needed or helpful, and what problems it may help solve.
  28. validations:
  29. required: true