|
| 1 | +name: Feature Request |
| 2 | +description: Suggest a new feature or enhancement for Flowise |
| 3 | +title: '[FEATURE] ' |
| 4 | +labels: ['enhancement'] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for suggesting a new feature! Please provide as much detail as possible to help us understand your request. |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + id: feature-description |
| 14 | + attributes: |
| 15 | + label: Feature Description |
| 16 | + description: A clear and concise description of the feature you'd like to see in Flowise. |
| 17 | + placeholder: Describe what you want to be added or improved... |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: dropdown |
| 22 | + id: feature-category |
| 23 | + attributes: |
| 24 | + label: Feature Category |
| 25 | + description: What category does this feature belong to? |
| 26 | + options: |
| 27 | + - UI/UX Improvement |
| 28 | + - New Node/Component |
| 29 | + - Integration |
| 30 | + - Performance |
| 31 | + - Security |
| 32 | + - Documentation |
| 33 | + - API Enhancement |
| 34 | + - Workflow/Flow Management |
| 35 | + - Authentication/Authorization |
| 36 | + - Database/Storage |
| 37 | + - Deployment/DevOps |
| 38 | + - Other |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: problem-statement |
| 44 | + attributes: |
| 45 | + label: Problem Statement |
| 46 | + description: What problem does this feature solve? What's the current pain point? |
| 47 | + placeholder: Describe the problem or limitation you're facing... |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: proposed-solution |
| 53 | + attributes: |
| 54 | + label: Proposed Solution |
| 55 | + description: How would you like this feature to work? Be as specific as possible. |
| 56 | + placeholder: Describe your ideal solution in detail... |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: use-cases |
| 62 | + attributes: |
| 63 | + label: Use Cases |
| 64 | + description: Provide specific examples of how this feature would be used. |
| 65 | + placeholder: | |
| 66 | + Example use cases: |
| 67 | + 1. As a [user type], I want to [action] so that [benefit] |
| 68 | + 2. When [scenario], I need [functionality] to [outcome] |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: dropdown |
| 73 | + id: user-type |
| 74 | + attributes: |
| 75 | + label: Primary User Type |
| 76 | + description: Who would primarily benefit from this feature? |
| 77 | + options: |
| 78 | + - End Users (Flow Creators) |
| 79 | + - Developers/Integrators |
| 80 | + - System Administrators |
| 81 | + - Enterprise Users |
| 82 | + - All Users |
| 83 | + - Other |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: dropdown |
| 88 | + id: priority |
| 89 | + attributes: |
| 90 | + label: Priority Level |
| 91 | + description: How important is this feature to you? |
| 92 | + options: |
| 93 | + - Low - Nice to have |
| 94 | + - Medium - Would improve workflow |
| 95 | + - High - Significantly impacts productivity |
| 96 | + - Critical - Blocking current work |
| 97 | + validations: |
| 98 | + required: true |
| 99 | + |
| 100 | + - type: textarea |
| 101 | + id: alternatives |
| 102 | + attributes: |
| 103 | + label: Alternatives Considered |
| 104 | + description: Have you considered any alternative solutions or workarounds? |
| 105 | + placeholder: Describe any workarounds you're currently using or other solutions you've considered... |
| 106 | + |
| 107 | + - type: textarea |
| 108 | + id: implementation-ideas |
| 109 | + attributes: |
| 110 | + label: Implementation Ideas |
| 111 | + description: Do you have any ideas on how this could be implemented? (Optional - for technical users) |
| 112 | + placeholder: Any technical suggestions, API changes, or implementation approaches... |
| 113 | + |
| 114 | + - type: textarea |
| 115 | + id: mockups-references |
| 116 | + attributes: |
| 117 | + label: Mockups or References |
| 118 | + description: Any mockups, screenshots, or references to similar features in other tools? |
| 119 | + placeholder: Upload images or provide links to examples... |
| 120 | + |
| 121 | + - type: checkboxes |
| 122 | + id: related-areas |
| 123 | + attributes: |
| 124 | + label: Related Areas (Select all that apply) |
| 125 | + description: Which parts of Flowise would this feature impact? |
| 126 | + options: |
| 127 | + - label: Canvas/Flow Editor |
| 128 | + - label: Node Library |
| 129 | + - label: Chat Interface |
| 130 | + - label: API |
| 131 | + - label: Database |
| 132 | + - label: Authentication |
| 133 | + - label: File Management |
| 134 | + - label: Analytics/Monitoring |
| 135 | + - label: Deployment |
| 136 | + - label: Documentation |
| 137 | + |
| 138 | + - type: textarea |
| 139 | + id: additional-context |
| 140 | + attributes: |
| 141 | + label: Additional Context |
| 142 | + description: Any other information, context, or examples that would help us understand this request. |
| 143 | + placeholder: Add any other relevant information... |
0 commit comments