@@ -18,19 +18,10 @@ body:
1818 - type : input
1919 attributes :
2020 label : Flutter Quill version
21- description : Please tell us which version of `flutter_quill` that you are using.
22- placeholder : For example 9 .0.0
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)
2323 validations :
2424 required : false
25- # - type: textarea
26- # attributes:
27- # label: Other Flutter Quill packages versions
28- # description: If you are using any other packages like `flutter_quill_extensions` or `flutter_quill_test` please mention the versions here
29- # placeholder: |
30- # flutter_quill_extensions: ^0.6.10
31- # flutter_quill_test: ^0.0.5
32- # validations:
33- # required: false
3425 - type : textarea
3526 attributes :
3627 label : Steps to reproduce
@@ -71,37 +62,25 @@ body:
7162
7263 </details>
7364 validations :
74- required : true
65+ required : false
7566 - type : textarea
7667 attributes :
77- label : Screenshots or Video
68+ label : Additional Context
7869 description : |
79- Upload any screenshots or video of the bug if applicable.
70+ Include additional information such as Screenshots or Logs if needed.
71+
72+ If the logs are too large to be uploaded to GitHub, you may upload
73+ them as a `txt` file or use online tools like https://pastebin.com to
74+ share it.
8075 value : |
8176 <details>
8277 <summary>Screenshots / Video demonstration</summary>
8378
8479 [Upload media here]
8580
8681 </details>
87- validations :
88- required : false
89- - type : textarea
90- attributes :
91- label : Logs
92- description : |
93- Include the full logs of the commands you are running between the lines
94- with the backticks below. If you are running any `flutter` commands,
95- please include the output of running them with `--verbose`; for example,
96- the output of running `flutter --verbose create foo`.
9782
98- If the logs are too large to be uploaded to GitHub, you may upload
99- them as a `txt` file or use online tools like https://pastebin.com to
100- share it.
10183
102- Note: Please do not upload screenshots of text. Instead, use code blocks
103- or the above mentioned ways to upload logs.
104- value : |
10584 <details><summary>Logs</summary>
10685
10786 ```console
0 commit comments