Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
- type: input
attributes:
label: Which version of backend context_chat are you using?
description: 'Can be found with the command `occ app:list | grep context_chat_backend`. For example: 1.0.0'
description: 'Can be found with the command `occ app_api:app:list | grep context_chat_backend`. For example: 1.0.0'
validations:
required: true
- type: input
Expand Down
Loading