Skip to content

Commit cd0b01d

Browse files
Added feature request template
1 parent 17b8749 commit cd0b01d

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature request
2+
description: Propose a new idea.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for using Syncfusion widgets!
8+
9+
If you are looking for support, please check out our documentation, knowledge base,
10+
and feedbacks. If you are unable to find a solution, please report the bug here.
11+
12+
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
13+
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
14+
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
15+
16+
You can also contact us through the following methods.
17+
- [Support portal](https://support.syncfusion.com)
18+
- [Support forums](https://www.syncfusion.com/forums)
19+
- [Feedback portal](https://www.syncfusion.com/feedback/flutter)
20+
- type: textarea
21+
attributes:
22+
label: Use case
23+
description: |
24+
Kindly inform us of the issue you're encountering which has prompted you to suggest a new feature.
25+
If your proposed feature is based on an existing problem,
26+
could you please provide a detailed and concise explanation of the issue?
27+
validations:
28+
required: true
29+
- type: textarea
30+
attributes:
31+
label: Proposal
32+
description: |
33+
Please provide a concise and precise description of your proposal.
34+
35+
Include a visual representation of your concept.
36+
* code samples
37+
* images (illustrations, diagrams, screenshots)
38+
* videos
39+
validations:
40+
required: true

0 commit comments

Comments
 (0)