github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/.github/ISSUE_TEMPLATE/feature-request.yml (about) 1 --- 2 name: 🚀 Feature Request 3 description: Suggest an idea 4 title: "(short issue description)" 5 labels: [feature-request, needs-triage] 6 body: 7 - type: textarea 8 id: description 9 attributes: 10 label: Describe the feature 11 description: A clear and concise description of the feature you are proposing. 12 validations: 13 required: true 14 - type: textarea 15 id: use-case 16 attributes: 17 label: Use Case 18 description: | 19 Why do you need this feature? 20 validations: 21 required: false 22 - type: textarea 23 id: solution 24 attributes: 25 label: Proposed Solution 26 description: | 27 Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation. 28 validations: 29 required: false 30 - type: textarea 31 id: other 32 attributes: 33 label: Other Information 34 description: | 35 Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc. 36 validations: 37 required: false 38 - type: checkboxes 39 id: ack 40 attributes: 41 label: Acknowledgements 42 options: 43 - label: I may be able to implement this feature request 44 required: false 45 - label: This feature might incur a breaking change 46 required: false 47 - type: input 48 id: version 49 attributes: 50 label: AIStore build (latest, v3.22, ...) 51 validations: 52 required: true 53 - type: input 54 id: environment 55 attributes: 56 label: Environment details (OS name and version, etc.) 57 validations: 58 required: true