Skip to content

Commit 7491b05

Browse files
fix: bug report yml
1 parent a49f234 commit 7491b05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ body:
2323
label: "Installation method"
2424
description: "How did you install Elysia? (e.g. pip, uv, conda, from source, etc.)"
2525
placeholder: "pip install elysia-ai"
26-
2726
validations:
2827
required: true
2928

@@ -50,7 +49,7 @@ body:
5049
id: steps-to-reproduce
5150
attributes:
5251
label: "Steps to reproduce"
53-
description: "Please provide a code snippet if applicable, or what you were doing when the issue occurred. If it seems a problem with your data, attach a (dummy) sample of your data or your schema. In Weaviate, you can do `print(client.collections.get("<your_collection_name>").config.get())`"
52+
description: "Please provide a code snippet if applicable, or what you were doing when the issue occurred. If it seems a problem with your data, attach a (dummy) sample of your data or your schema. In Weaviate, you can do `print(client.collections.get(\"<your_collection_name>\").config.get())`"
5453

5554
- type: textarea
5655
id: additional_context

0 commit comments

Comments
 (0)