vitess.io/vitess@v0.16.2/.github/ISSUE_TEMPLATE/feature_request.yml (about) 1 name: Feature Request 2 description: If you have something you think Vitess could improve or add support for. 3 title: "Feature Request: " 4 labels: ["Type: Feature Request", "Needs Triage"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Please search the existing issues for relevant feature requests, and use the [reaction feature](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. 10 11 - type: textarea 12 id: feature-description 13 attributes: 14 label: Feature Description 15 description: A written overview of the feature 16 validations: 17 required: true 18 19 - type: textarea 20 id: use-cases 21 attributes: 22 label: Use Case(s) 23 description: Any relevant use-cases that you see. 24 validations: 25 required: true