|
| 1 | +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors |
| 2 | +# SPDX-License-Identifier: AGPL-3.0-or-later |
| 3 | +name: 🐞 Bug Report |
| 4 | +description: Create a bug report for context_chat_backend |
| 5 | +labels: [ 'bug' ] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to file a bug report! Please check the documentation in case there is already an |
| 11 | + existing solution for your issue [here](https://docs.nextcloud.com/server/latest/admin_manual/ai/app_context_chat.html). |
| 12 | + Please fill out this form as completely as possible. |
| 13 | + - type: input |
| 14 | + attributes: |
| 15 | + label: Which version of Nextcloud are you using? |
| 16 | + description: 'Can be found with the command `occ status | grep version`. For example: v23.0.1' |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + - type: input |
| 20 | + attributes: |
| 21 | + label: Which version of PHP context_chat are you using? |
| 22 | + description: 'Can be found with the command `occ app:list | grep context_chat`. For example: 1.0.0' |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: input |
| 26 | + attributes: |
| 27 | + label: Which version of backend context_chat are you using? |
| 28 | + description: 'Can be found with the command `occ app:list | grep context_chat_backend`. For example: 1.0.0' |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + - type: input |
| 32 | + attributes: |
| 33 | + label: Nextcloud deployment method? |
| 34 | + description: 'eg. apache, bare-metal, AIO, docker-compose' |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + attributes: |
| 39 | + label: Describe the Bug |
| 40 | + description: A clear and concise description of what the bug is and what you expected to happen instead. |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: To Reproduce |
| 46 | + description: Steps to reproduce the behavior, please provide a clear number of steps that always reproduces the issue. Screenshots can be provided here. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: markdown |
| 50 | + attributes: |
| 51 | + value: | |
| 52 | + Before posting the issue go through the steps you've written down to make sure the steps provided are detailed and clear. |
| 53 | + Contributors should be able to follow the steps provided in order to reproduce the bug. |
| 54 | + - type: textarea |
| 55 | + attributes: |
| 56 | + label: PHP logs (Warning these might contain sensitive information) |
| 57 | + description: To get these logs go to the admin settings for context_chat and click on the "Download the PHP App logs" button. |
| 58 | + - type: textarea |
| 59 | + attributes: |
| 60 | + label: Ex-App logs (Warning these might contain sensitive information) |
| 61 | + description: To get these logs go to the admin settings for context_chat and click on the "Download the Ex-App Backend logs" button. |
| 62 | + - type: textarea |
| 63 | + attributes: |
| 64 | + label: Server logs (if applicable) |
| 65 | + description: The nextcloud server logs. |
0 commit comments