github.com/fiatjaf/generic-ristretto@v0.0.1/.github/ISSUE_TEMPLATE/feature_request.yml (about) 1 name: "⚡ Feature Request" 2 description: Suggest a new feature 3 title: "[FEATURE]: <Title>" 4 labels: ["kind/feature ", "status/triage"] 5 body: 6 - type: markdown 7 attributes: 8 value: | 9 Thank you for reporting an issue. 10 If you think we can make Ristretto better, describe your feature request here. 11 Note: Feature requests are judged based on user experience and modeled on 12 [Go Experience Reports](https://github.com/golang/go/wiki/ExperienceReports). 13 These reports should focus on the problems - they should not focus on and need not propose solutions. 14 - type: dropdown 15 attributes: 16 label: Have you tried Ristretto before this proposal? and did not find anything similar? 17 options: 18 - "Yes" 19 - "No" 20 validations: 21 required: false 22 - type: textarea 23 attributes: 24 label: What you wanted to do. 25 description: Enter details about your expectations. 26 placeholder: | 27 Type here. 28 validations: 29 required: true 30 - type: textarea 31 attributes: 32 label: What you actually did. 33 description: Enter details about your experience with Ristretto. 34 placeholder: | 35 Type here. 36 validations: 37 required: false 38 - type: textarea 39 attributes: 40 label: Why wasn't it great, with examples. 41 description: Enter details about your expectations. 42 placeholder: | 43 Type here. 44 validations: 45 required: false 46 - type: textarea 47 attributes: 48 label: Additional information. 49 description: Any external references to support your case.