feature_request.yml 778 B

1234567891011121314151617181920212223
  1. name: "Feature Request"
  2. description: Suggest an enhancement to APISIX.
  3. title: "feat: As a user, I want to ..., so that ..."
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. _The more information you share, the faster we can help you._
  9. Prior to opening the issue, please make sure that you:
  10. - Use English to communicate.
  11. - Search the [open issues](https://github.com/apache/apisix/issues) and [discussion forum](https://github.com/apache/apisix/discussions) to avoid duplicating the issue.
  12. - type: textarea
  13. id: description
  14. attributes:
  15. label: Description
  16. description: Describe the feature you would like to see.
  17. placeholder: |
  18. As a user, I want to ..., so that...
  19. validations:
  20. required: true