1
1
name : Report a bug
2
- description : |
3
- You found a bug in Flutter Quill causing your application to crash or
4
- throw an exception, a widget is buggy, unexpected behavior or something looks wrong.
2
+ description : Report issues with Flutter Quill, including crashes, exceptions, buggy widgets, or unexpected behavior.
5
3
labels : ' bug'
6
4
body :
7
5
- type : markdown
8
6
attributes :
9
7
value : |
10
- Thank you for using Flutter Quill!
8
+ Please provide the following details to help us address your issue effectively.
11
9
12
10
- type : checkboxes
13
11
attributes :
14
- label : Is there an existing issue for this?
12
+ label : Have you checked for an existing issue?
13
+ description : Ensure there isn’t already an open issue for this feature request.
15
14
options :
16
15
- label : I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
17
16
required : true
18
17
- type : input
19
18
attributes :
20
- label : Flutter Quill version
21
- description : The version of the project for the packages (e.g., `flutter_quill` and `flutter_quill_extensions`)
22
- placeholder : ( e.g., 10.0.0)
19
+ label : Flutter Quill Version
20
+ description : The relevant package versions
21
+ placeholder : e.g., 10.0.0
23
22
validations :
24
23
required : false
25
24
- type : textarea
26
25
attributes :
27
- label : Steps to reproduce
28
- description : Please tell us exactly how to reproduce the problem you are running into .
26
+ label : Steps to Reproduce
27
+ description : Provide a clear step-by-step guide to reproduce the issue .
29
28
placeholder : |
30
29
1. ...
31
30
2. ...
@@ -35,20 +34,22 @@ body:
35
34
- type : textarea
36
35
attributes :
37
36
label : Expected results
38
- description : Please tell us what is expected to happen.
37
+ description : Describe what you expected to happen.
39
38
validations :
40
39
required : true
41
40
- type : textarea
42
41
attributes :
43
42
label : Actual results
44
- description : Please tell us what is actually happening.
43
+ description : Describe what is happening instead of the expected behavior .
45
44
validations :
46
45
required : true
47
46
- type : textarea
48
47
attributes :
49
48
label : Additional Context
50
49
description : |
51
- Include additional information such as Screenshots or Logs if needed.
50
+ Add any extra information such as screenshots, videos, or logs to help diagnose the issue.
51
+
52
+ Consider sharing the `pubspec.lock` file of the project if relevant.
52
53
53
54
If the logs are too large to be uploaded to GitHub, you may upload
54
55
them as a `txt` file or use online tools like https://pastebin.com to
@@ -57,15 +58,14 @@ body:
57
58
<details>
58
59
<summary>Screenshots / Video demonstration</summary>
59
60
60
- [Upload media here]
61
+ [Attach media here]
61
62
62
63
</details>
63
64
64
-
65
65
<details><summary>Logs</summary>
66
66
67
67
```console
68
- [Paste your logs here]
68
+ [Paste logs here]
69
69
```
70
70
71
71
</details>
0 commit comments