File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 1414 - [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
1515 - [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
1616 - [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
17+
18+ You can also contact us through the following methods.
19+ - [Support portal](https://support.syncfusion.com)
20+ - [Support forums](https://www.syncfusion.com/forums)
21+ - [Feedback portal](https://www.syncfusion.com/feedback/flutter)
22+ - type : textarea
23+ attributes :
24+ label : Bug description
25+ description : Clearly and concisely describe the problem.
26+ placeholder : |
27+ A clear and concise description of what the bug is.
28+ validations :
29+ required : true
1730 - type : textarea
1831 attributes :
1932 label : Steps to reproduce
3548 <details open><summary>Code sample</summary>
3649
3750 ```dart
38- [Paste your code here]
51+ [Add your code here]
3952 ```
4053
4154 </details>
@@ -53,20 +66,25 @@ body:
5366 [Upload media here]
5467
5568 </details>
69+ validations :
70+ required : true
5671 - type : textarea
5772 attributes :
5873 label : Stack Traces
5974 description : |
6075 If it is a runtime exception, kindly provide the stack trace from the console.
6176 If the traces are too large to be uploaded to GitHub, you may upload them as a `zip` file.
77+ Note: If no stack trace is available, please mention it.
6278 value : |
6379 <details open><summary>Stack Traces</summary>
6480
65- ```json
66- [Paste the Stack Traces here]
81+ ```dart
82+ [Add the Stack Traces here]
6783 ```
6884
6985 </details>
86+ validations :
87+ required : true
7088 - type : dropdown
7189 id : target_platforms
7290 attributes :
93111 <details open><summary>Doctor output</summary>
94112
95113 ```console
96- [Paste your output here]
114+ [Add your output here]
97115 ```
98116
99117 </details>
You can’t perform that action at this time.
0 commit comments