Skip to content

Commit de33b8a

Browse files
committed
update bug report
1 parent 4f37572 commit de33b8a

3 files changed

Lines changed: 146 additions & 38 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,39 +54,24 @@ body:
5454
placeholder: Paste your exported flow here
5555

5656
- type: dropdown
57-
id: deployment-type
57+
id: method
5858
attributes:
59-
label: Deployment Type
60-
description: Are you using Flowise Cloud or self-hosted (Open Source)?
59+
label: Use Method
60+
description: How did you use Flowise?
6161
options:
6262
- Flowise Cloud
63-
- Open Source (Self-hosted)
64-
validations:
65-
required: true
66-
67-
- type: dropdown
68-
id: installation
69-
attributes:
70-
label: Installation Method
71-
description: How did you install Flowise?
72-
options:
7363
- Docker
7464
- npx flowise start
7565
- pnpm start
7666
validations:
7767
required: true
78-
visible:
79-
- deployment-type
80-
- 'Open Source (Self-hosted)'
8168

8269
- type: input
8370
id: version
8471
attributes:
8572
label: Flowise Version
8673
description: What version of Flowise are you running?
8774
placeholder: e.g., 1.2.11
88-
validations:
89-
required: true
9075

9176
- type: dropdown
9277
id: os
@@ -98,11 +83,6 @@ body:
9883
- macOS
9984
- Linux
10085
- Other
101-
validations:
102-
required: true
103-
visible:
104-
- deployment-type
105-
- 'Open Source (Self-hosted)'
10686

10787
- type: dropdown
10888
id: browser
@@ -115,8 +95,6 @@ body:
11595
- Safari
11696
- Edge
11797
- Other
118-
validations:
119-
required: true
12098

12199
- type: textarea
122100
id: context

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
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

Comments
 (0)