|
| 1 | +name: ✨ Feature Request |
| 2 | +description: Suggest an idea for Coze Loop |
| 3 | +title: "[FEATURE] " |
| 4 | +labels: ["enhancement", "needs-triage"] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to suggest a feature for Coze Loop! |
| 11 | +
|
| 12 | + **Note:** All feature requests must be submitted in English. |
| 13 | +
|
| 14 | + - type: checkboxes |
| 15 | + id: terms |
| 16 | + attributes: |
| 17 | + label: "📋 Please ensure that:" |
| 18 | + description: "Please confirm the following requirements:" |
| 19 | + options: |
| 20 | + - label: "I have searched existing issues to avoid duplicates" |
| 21 | + required: true |
| 22 | + - label: "I have provided a clear problem statement and solution" |
| 23 | + required: true |
| 24 | + - label: "I understand this is a feature request and not a bug report" |
| 25 | + required: true |
| 26 | + - label: "I am willing to help implement this feature if needed" |
| 27 | + required: false |
| 28 | + - label: "I have submitted this feature request in English (otherwise it will not be processed)" |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + id: problem-description |
| 33 | + attributes: |
| 34 | + label: "🎯 Problem Statement" |
| 35 | + description: "Is your feature request related to a problem? Please describe." |
| 36 | + placeholder: "I'm always frustrated when [...]" |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: solution-description |
| 42 | + attributes: |
| 43 | + label: "💡 Proposed Solution" |
| 44 | + description: "A clear and concise description of what you want to happen." |
| 45 | + placeholder: "Describe the solution you'd like to see implemented..." |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: use-cases |
| 51 | + attributes: |
| 52 | + label: "📋 Use Cases" |
| 53 | + description: "Describe specific use cases where this feature would be beneficial." |
| 54 | + placeholder: | |
| 55 | + - Use case 1: [Description] |
| 56 | + - Use case 2: [Description] |
| 57 | + - Use case 3: [Description] |
| 58 | + validations: |
| 59 | + required: true |
| 60 | + |
| 61 | + - type: dropdown |
| 62 | + id: priority |
| 63 | + attributes: |
| 64 | + label: "⚡ Priority" |
| 65 | + description: "How important is this feature to you?" |
| 66 | + options: |
| 67 | + - "Critical - Essential for my workflow" |
| 68 | + - "High - Would significantly improve my experience" |
| 69 | + - "Medium - Nice to have" |
| 70 | + - "Low - Minor improvement" |
| 71 | + validations: |
| 72 | + required: false |
| 73 | + |
| 74 | + - type: dropdown |
| 75 | + id: component |
| 76 | + attributes: |
| 77 | + label: "🔧 Component" |
| 78 | + description: "Which component of Coze Loop would this feature affect?" |
| 79 | + options: |
| 80 | + - "Prompt Development" |
| 81 | + - "Evaluation" |
| 82 | + - "Observation" |
| 83 | + - "Model Integration" |
| 84 | + - "Infrastructure" |
| 85 | + - "Documentation" |
| 86 | + - "Other" |
| 87 | + validations: |
| 88 | + required: false |
| 89 | + |
| 90 | + - type: textarea |
| 91 | + id: alternatives |
| 92 | + attributes: |
| 93 | + label: "🔄 Alternatives Considered" |
| 94 | + description: "A clear and concise description of any alternative solutions or features you've considered." |
| 95 | + placeholder: "Describe any alternative solutions you've considered..." |
| 96 | + |
| 97 | + - type: textarea |
| 98 | + id: mockups |
| 99 | + attributes: |
| 100 | + label: "🎨 Mockups/Designs" |
| 101 | + description: "If applicable, add mockups, wireframes, or design concepts." |
| 102 | + placeholder: "Add mockups, screenshots, or design concepts here..." |
| 103 | + |
| 104 | + - type: textarea |
| 105 | + id: technical-details |
| 106 | + attributes: |
| 107 | + label: "⚙️ Technical Details" |
| 108 | + description: "If you have technical implementation ideas, please share them." |
| 109 | + placeholder: | |
| 110 | + - API changes needed |
| 111 | + - Database schema changes |
| 112 | + - Frontend components |
| 113 | + - Backend services |
| 114 | + - Integration points |
| 115 | +
|
| 116 | + - type: textarea |
| 117 | + id: acceptance-criteria |
| 118 | + attributes: |
| 119 | + label: "✅ Acceptance Criteria" |
| 120 | + description: "What would make this feature complete? List specific criteria." |
| 121 | + placeholder: | |
| 122 | + - [ ] Criterion 1 |
| 123 | + - [ ] Criterion 2 |
| 124 | + - [ ] Criterion 3 |
| 125 | +
|
| 126 | + - type: textarea |
| 127 | + id: additional-context |
| 128 | + attributes: |
| 129 | + label: "📝 Additional Context" |
| 130 | + description: "Add any other context or screenshots about the feature request here." |
| 131 | + placeholder: "Any additional information that might be helpful..." |
0 commit comments