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