diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 457974a1..1880b6c1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -25,7 +25,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