Skip to content

Commit 93f283c

Browse files
authored
chore: update GitHub bug template to require the package version input
1 parent ef58496 commit 93f283c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/1_bug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ body:
1717
- type: input
1818
attributes:
1919
label: Flutter Quill Version
20-
description: The relevant package versions
21-
placeholder: e.g., 10.0.0
20+
description: The package version that's used in pubspec.lock
21+
placeholder: e.g., 11.0.0
2222
validations:
23-
required: false
23+
required: true
2424
- type: textarea
2525
attributes:
2626
label: Steps to Reproduce
@@ -70,4 +70,4 @@ body:
7070
7171
</details>
7272
validations:
73-
required: false
73+
required: false

0 commit comments

Comments
 (0)