Skip to content

Commit 6323dcd

Browse files
committed
Fixed Appwrite versions field in bug.yaml
1 parent a59a497 commit 6323dcd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,16 @@ body:
3232
description: "What did actually happen? Add screenshots, if applicable."
3333
placeholder: "It actually ..."
3434
- type: dropdown
35-
id: appwrite-python-sdk-version
35+
id: appwrite-version
3636
attributes:
37-
label: "🎲 Appwrite Python SDK version"
38-
description: "What version of Appwrite Python SDK are you running?"
37+
label: "🎲 Appwrite version"
38+
description: "What version of Appwrite are you running?"
3939
options:
40-
- Version 0.5.0
41-
- Version 0.4.0
42-
- Version 0.3.0
43-
- Version 0.2.x
44-
- Version 0.1.x
45-
- Version 0.0.x
40+
- Version 0.10.x
41+
- Version 0.9.x
42+
- Version 0.8.x
43+
- Version 0.7.x
44+
- Version 0.6.x
4645
- Different version (specify in environment)
4746
validations:
4847
required: true

0 commit comments

Comments
 (0)