1+ name : " 🚀 Feature request"
2+ description : Suggest an idea or enhancement for fabric-cli
3+ title : " [FEATURE] "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for suggesting a new feature! Please provide as much detail as possible to help us understand and evaluate your request.
10+
11+ - type : textarea
12+ id : use-case-problem
13+ attributes :
14+ label : Use Case / Problem
15+ description : |
16+ Describe the problem or use case that this feature would solve. Include:
17+ - What you're trying to accomplish
18+ - Current limitations or pain points
19+ - How this fits into your workflow
20+ placeholder : |
21+ What problem are you trying to solve?
22+ What are the current limitations?
23+ How does this fit into your workflow?
24+ validations :
25+ required : true
26+
27+ - type : textarea
28+ id : proposed-solution
29+ attributes :
30+ label : Proposed Solution
31+ description : |
32+ Describe the solution you'd like to see implemented:
33+ - Specific commands or functionality
34+ - Expected behavior and output
35+ - Integration with existing fabric-cli features
36+ placeholder : Describe your proposed solution...
37+ validations :
38+ required : true
39+
40+ - type : textarea
41+ id : alternatives-considered
42+ attributes :
43+ label : Alternatives Considered
44+ description : |
45+ Describe any alternative solutions or features you've considered:
46+ - Workarounds you're currently using
47+ - Other tools or approaches that could solve this
48+ - Why those alternatives are insufficient
49+ placeholder : |
50+ What workarounds are you currently using?
51+ What other approaches have you considered?
52+ Why are those alternatives insufficient?
53+
54+ - type : checkboxes
55+ id : impact-assessment
56+ attributes :
57+ label : Impact Assessment
58+ description : Help us understand the impact of this feature
59+ options :
60+ - label : This would help me personally
61+ - label : This would help my team/organization
62+ - label : This would help the broader fabric-cli community
63+ - label : This aligns with Microsoft Fabric roadmap items
64+
65+ - type : checkboxes
66+ id : implementation-attestation
67+ attributes :
68+ label : Implementation Attestation
69+ description : Please confirm your understanding of implementation considerations (required)
70+ options :
71+ - label : I understand this feature should maintain backward compatibility with existing commands
72+ required : true
73+ - label : I confirm this feature request does not introduce performance regressions for existing workflows
74+ required : true
75+ - label : I acknowledge that new features must follow fabric-cli's established patterns and conventions
76+ required : true
77+
78+ - type : textarea
79+ id : implementation-notes
80+ attributes :
81+ label : Implementation Notes
82+ description : |
83+ If you have technical suggestions for implementation:
84+ - Relevant Fabric REST APIs
85+ - Command structure or argument patterns
86+ - Output format considerations
87+ - Compatibility concerns
88+ placeholder : Technical implementation suggestions...
0 commit comments