Skip to content

Commit 17b8749

Browse files
Added bug template validation and bug description topic
1 parent 00660ee commit 17b8749

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ body:
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
@@ -35,7 +48,7 @@ body:
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:
@@ -93,7 +111,7 @@ body:
93111
<details open><summary>Doctor output</summary>
94112
95113
```console
96-
[Paste your output here]
114+
[Add your output here]
97115
```
98116
99117
</details>

0 commit comments

Comments
 (0)