Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-v1-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ body:
- type: textarea
id: version
attributes:
label: Python, Pydantic & OS Version
label: Python, DocArray & OS Version
description: |
Which version of Python & Pydantic are you using, and which Operating System?
Which version of Python & DocArray are you using, and which Operating System?

Please run the following command and copy the output below:

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ body:
- type: textarea
id: version
attributes:
label: Python, Pydantic & OS Version
label: Python, DocArray & OS Version
description: |
Which version of Python & Pydantic are you using, and which Operating System?
Which version of Python & DocArray are you using, and which Operating System?

Please run the following command and copy the output below:

Expand All @@ -69,7 +69,7 @@ body:
id: affected-components
attributes:
label: Affected Components
description: Which of the following parts of pydantic does this feature affect?
description: Which of the following parts of docarray does this feature affect?
# keep this lis in sync with bug.yml
options:
- label: '[Vector Database / Index](https://docs.docarray.org/user_guide/storing/docindex/)'
Expand Down